C# Class Xwt.ListBox.WidgetBackendHost

Inheritance: Widget.WidgetBackendHost, IListBoxEventSink, ICellContainer
Mostrar archivo Open project: TheBrainTech/xwt

Public Methods

Method Description
GetDefaultNaturalSize ( ) : Xwt.Size
NotifyCellChanged ( ) : void
OnRowActivated ( int rowIndex ) : void
OnSelectionChanged ( ) : void

Method Details

GetDefaultNaturalSize() public method

public GetDefaultNaturalSize ( ) : Xwt.Size
return Xwt.Size

NotifyCellChanged() public method

public NotifyCellChanged ( ) : void
return void

OnRowActivated() public method

public OnRowActivated ( int rowIndex ) : void
rowIndex int
return void

OnSelectionChanged() public method

public OnSelectionChanged ( ) : void
return void