Reference for .Net version of SpaceVIL  0.3.5.8
SpaceVIL (Space of Visual Items Layout) is a cross-platform and multilingual framework for creating GUI client applications for .NET Standard, .NET Core and JVM. SpaceVIL is based on OpenGL graphic technology and GLFW. Using this framework in conjunction with .Net Core or with a JVM, you can work and create graphical client applications on Linux, Mac OS X and Windows.
ComboBoxDropDown.cs File Reference

Classes

class  SpaceVIL.ComboBoxDropDown
 ComboBoxDropDown is drop-down list implementation for ComboBox (see SpaceVIL.ComboBox). ComboBox do not contains ComboBoxDropDown in usual way (ComboBox.GetItems() does not return ComboBoxDropDown), they just connected with each other. Used for selecting option from the list. ComboBoxDropDown is a floating item (see SpaceVIL.Core.IFloating and enum SpaceVIL.Core.LayoutType) and closes when mouse click outside the ComboBoxDropDown area. Contains ListBox. Supports all events except drag and drop. Notice: All floating items render above all others items. More...
 

Namespaces

namespace  SpaceVIL