C# Class UpkManager.Wpf.Behaviors.GridViewBehaviors

Mostrar archivo Open project: stricq/UPKManager

Public Properties

Property Type Description
AutoResizeColumnsProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetAutoResizeColumns ( DependencyObject obj ) : bool
SetAutoResizeColumns ( DependencyObject obj, bool value ) : void

Private Methods

Method Description
handleListView ( System.Windows.Controls.ListView list, System.Windows.DependencyPropertyChangedEventArgs args ) : void
onListViewScrollChanged ( object sender, System.Windows.Controls.ScrollChangedEventArgs e ) : void
onResizeColumnsPropertyChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs args ) : void

Method Details

GetAutoResizeColumns() public static method

public static GetAutoResizeColumns ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
return bool

SetAutoResizeColumns() public static method

public static SetAutoResizeColumns ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
return void

Property Details

AutoResizeColumnsProperty public_oe static_oe property

public static DependencyProperty,System.Windows AutoResizeColumnsProperty
return System.Windows.DependencyProperty