Terminal.Gui
1.0.0.0
Implement this interface to provide your own custom rendering for a list.
To be added.
Property
1.0.0.0
System.Int32
Returns the number of elements to display
To be added.
To be added.
Method
1.0.0.0
System.Boolean
Item index.
Should return whether the specified item is currently marked.
true, if marked, false otherwise.
To be added.
Method
System.Void
Describes whether the item being rendered is currently selected by the user.
The index of the item to render, zero for the first item and so on.
The column where the rendering will start
The line where the rendering will be done.
The width that must be filled out.
This method is invoked to render a specified item, the method should cover the entire provided width.
The render.
The default color will be set before this method is invoked, and will be based on whether the item is selected or not.
Method
1.0.0.0
System.Void
To be added.
To be added.
Describes whether the item being rendered is currently selected by the user.
The index of the item to render, zero for the first item and so on.
The column where the rendering will start
The line where the rendering will be done.
The width that must be filled out.
This method is invoked to render a specified item, the method should cover the entire provided width.
The render.
The default color will be set before this method is invoked, and will be based on whether the item is selected or not.
Method
1.0.0.0
System.Void
Item index.
If set to true value.
Flags the item as marked.
To be added.