C# Class WpfMpdClient.GridViewColumnResize

Static class used to attach to wpf control
Afficher le fichier Open project: sakya/wpfmpdclient

Méthodes publiques

Свойство Type Description
EnabledProperty System.Windows.DependencyProperty
GridViewColumnResizeBehaviorProperty System.Windows.DependencyProperty
ListViewResizeBehaviorProperty System.Windows.DependencyProperty
WidthProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
GetEnabled ( DependencyObject obj ) : bool
GetWidth ( DependencyObject obj ) : string
SetEnabled ( DependencyObject obj, bool value ) : void
SetWidth ( DependencyObject obj, string value ) : void

Private Methods

Méthode Description
GetOrCreateBehavior ( System.Windows.Controls.GridViewColumn element ) : GridViewColumnResizeBehavior
GetOrCreateBehavior ( System.Windows.Controls.ListView element ) : ListViewResizeBehavior
OnSetEnabledCallback ( DependencyObject dependencyObject, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnSetWidthCallback ( DependencyObject dependencyObject, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

GetEnabled() public static méthode

public static GetEnabled ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
Résultat bool

GetWidth() public static méthode

public static GetWidth ( DependencyObject obj ) : string
obj System.Windows.DependencyObject
Résultat string

SetEnabled() public static méthode

public static SetEnabled ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
Résultat void

SetWidth() public static méthode

public static SetWidth ( DependencyObject obj, string value ) : void
obj System.Windows.DependencyObject
value string
Résultat void

Property Details

EnabledProperty public_oe static_oe property

public static DependencyProperty,System.Windows EnabledProperty
Résultat System.Windows.DependencyProperty

GridViewColumnResizeBehaviorProperty public_oe static_oe property

public static DependencyProperty,System.Windows GridViewColumnResizeBehaviorProperty
Résultat System.Windows.DependencyProperty

ListViewResizeBehaviorProperty public_oe static_oe property

public static DependencyProperty,System.Windows ListViewResizeBehaviorProperty
Résultat System.Windows.DependencyProperty

WidthProperty public_oe static_oe property

public static DependencyProperty,System.Windows WidthProperty
Résultat System.Windows.DependencyProperty