C# (CSharp) SIL.FieldWorks.Common.Widgets PopupTree - 34 ejemplos encontrados. Estos son los ejemplos en C# (CSharp) del mundo real mejor valorados de SIL.FieldWorks.Common.Widgets.PopupTree extraídos de proyectos de código abierto. Puedes valorar ejemplos para ayudarnos a mejorar la calidad de los ejemplos.
PopupTree is a form containing a TreeView, designed to pop up like the list of a combo box to allow a one-time choice from a list. Although this is currently implemented using the standard TreeView class, it is possible that a need will arise for items to be rendered using View code, either to support styled text in items, or to support Graphite rendering. For this reason the TreeView is not made public, and only a limited subset of its capabilities is currently exposed.