C# Class WpfMpdClient.GridViewColumnResize.GridViewColumnResizeBehavior

GridViewColumn class that gets attached to the GridViewColumn control
Afficher le fichier Open project: sakya/wpfmpdclient

Méthodes publiques

Méthode Description
GridViewColumnResizeBehavior ( System.Windows.Controls.GridViewColumn element ) : System
SetWidth ( double allowedSpace, double totalPercentage ) : void

Method Details

GridViewColumnResizeBehavior() public méthode

public GridViewColumnResizeBehavior ( System.Windows.Controls.GridViewColumn element ) : System
element System.Windows.Controls.GridViewColumn
Résultat System

SetWidth() public méthode

public SetWidth ( double allowedSpace, double totalPercentage ) : void
allowedSpace double
totalPercentage double
Résultat void