C# Class WpfMpdClient.ConfigurableListView

Inheritance: System.Windows.Controls.ListView
Datei anzeigen Open project: sakya/wpfmpdclient

Public Methods

Method Description
GetColumnsInfo ( ) : List
GetView ( ) : System.Windows.Controls.GridView
SetColumnsInfo ( List info ) : void

Protected Methods

Method Description
OnInitialized ( EventArgs e ) : void

Private Methods

Method Description
CheckedChangedHandler ( object sender, RoutedEventArgs e ) : void
ColumnsChangedHandler ( object sender, NotifyCollectionChangedEventArgs e ) : void
GetItem ( string header ) : System.Windows.Controls.MenuItem
HeaderRightByttonUpHandler ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
SetListViewContextMenu ( ) : void

Method Details

GetColumnsInfo() public method

public GetColumnsInfo ( ) : List
return List

GetView() public method

public GetView ( ) : System.Windows.Controls.GridView
return System.Windows.Controls.GridView

OnInitialized() protected method

protected OnInitialized ( EventArgs e ) : void
e System.EventArgs
return void

SetColumnsInfo() public method

public SetColumnsInfo ( List info ) : void
info List
return void