Urho 1.0.0.0 Urho.ScrollView Scrollable list %UI element. To be added. Constructor 1.0.0.0 Pointer to the raw unmanaged Urho object. Constructs a new instance of ListView, given a raw pointer to an unmanaged object This creates a new managed wrapper for the type using the raw pointer to an unmanaged object. Objects that are created in this fashion get registered with the UrhoSharp runtime. This is intended to be used by the UrhoSharp runtime, and is not intended to be used by users. Constructor 1.0.0.0 The context that this object will be attached to. Creates an instance of ListView that is attached to an execution context. This creates an instance of ListView attached to the specified execution context. Constructor 1.0.0.0 Pass UrhoObjectFlag.Empty. Empty constructor, chain to this constructor when you provide your own constructor that sets the handle field. This constructor should be invoked by your code if you provide your own constructor that sets the handle field. This essentially circumvents the default path that creates a new object and sets the handle and does not call RegisterObject on the target, you must do this on your own constructor. You would typically chain to this constructor from your own, and then set the handle to the unmanaged object from your code, and then register your object. Method 1.0.0.0 System.Void To be added. Add item to the end of the list. To be added. Method 1.0.0.0 System.Void To be added. Add item to the selection, multiselect mode only. To be added. Property 1.0.0.0 System.Int32 Return base indent. Or Set base indent, i.e. the indent level of the ultimate parent item. To be added. To be added. Property 1.0.0.0 Urho.StringHash Urho's type system base type. StringHash representing the base type for this Urho type. This returns the Urho type system base type and is surfaced for low-level Urho code. Method 1.0.0.0 System.Void To be added. To be added. Move selection by a delta and clamp at list ends. If additive (multiselect only), will add to the existing selection. To be added. Method 1.0.0.0 System.Void Clear selection. To be added. Property 1.0.0.0 System.Boolean Return whether selection is cleared on defocus. Or Enable clearing of selection on defocus. To be added. To be added. Method 1.0.0.0 System.Void Copy selected items to system clipboard. Currently only applicable to Text items. To be added. Method 1.0.0.0 System.Void To be added. Ensure full visibility of the item. To be added. Method 1.0.0.0 System.Void To be added. Ensure full visibility of the item. To be added. Method 1.0.0.0 System.Void To be added. To be added. To be added. Expand item at index. Only has effect in hierarchy mode. To be added. Method 1.0.0.0 System.UInt32 To be added. Return index of item, or M_MAX_UNSIGNED If not found. To be added. To be added. Method 1.0.0.0 Urho.UIElement To be added. Return item at index. To be added. To be added. Property 1.0.0.0 System.Boolean Return whether hierarchy mode enabled. Or Enable hierarchy mode. Allows items to have parent-child relationship at different indent level and the ability to expand/collapse child items. All items in the list will be lost during mode change. To be added. To be added. Property 1.0.0.0 Urho.HighlightMode Return highlight mode. Or Set selected items' highlight mode. To be added. To be added. Method 1.0.0.0 System.Void To be added. To be added. To be added. Insert item at a specific index. In hierarchy mode, the optional parameter will be used to determine the child's indent level in respect to its parent. If index is greater than the total items then the new item is inserted at the end of the list. In hierarchy mode, if index is greater than the index of last children of the specified parent item then the new item is inserted next to the last children. And if the index is lesser than the index of the parent item itself then the new item is inserted before the first child item. To be added. Method 1.0.0.0 System.Boolean To be added. Return whether an item at index has its children expanded (in hierachy mode only). To be added. To be added. Method 1.0.0.0 System.Boolean To be added. Return whether an item at index is seleccted. To be added. To be added. Property 1.0.0.0 System.Boolean Return whether multiselect enabled. Or Enable multiselect. To be added. To be added. Property 1.0.0.0 System.UInt32 Return number of items. To be added. To be added. Method 1.0.0.0 System.Void To be added. To be added. To be added. React to a key press. To be added. Method 1.0.0.0 System.Void React to resize. To be added. Method 1.0.0.0 System.Void To be added. Register object factory. To be added. Method 1.0.0.0 System.Void Remove all items. To be added. Method 1.0.0.0 System.Void To be added. Remove item at index. In hierarchy mode will also remove any children. To be added. Method 1.0.0.0 System.Void To be added. To be added. Remove specific item, starting search at the specified index if provided. In hierarchy mode will also remove any children. To be added. Method 1.0.0.0 System.Void To be added. Remove item from the selection. To be added. Property 1.0.0.0 Urho.UIElement Return first selected item, or null if none selected. To be added. To be added. Property 1.0.0.0 System.UInt32 Return first selected index, or M_MAX_UNSIGNED if none selected. Or Set selection. To be added. To be added. Property 1.0.0.0 System.Boolean Return whether reacts to click end instead of click start for item selection. Or Enable reacting to click end instead of click start for item selection. Default false. To be added. To be added. Method 1.0.0.0 System.Void To be added. To be added. Toggle item's expanded flag at index. Only has effect in hierarchy mode. To be added. Method 1.0.0.0 System.Void To be added. Toggle selection of an item. To be added. Property 1.0.0.0 Urho.StringHash Urho's type system type. StringHash representing the type for this C# type. This returns the Urho's type and is surfaced for low-level Urho code. Property 1.0.0.0 System.String Urho's low-level type name. Stringified low-level type name. Property 1.0.0.0 System.String Urho's low-level type name, accessible as a static method. Stringified low-level type name. Property 1.0.0.0 Urho.StringHash To be added. To be added. To be added.