C# Class WpfMpdClient.GridViewColumnResize.GridViewColumnResizeBehavior

GridViewColumn class that gets attached to the GridViewColumn control
Exibir arquivo Open project: sakya/wpfmpdclient

Public Methods

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

Method Details

GridViewColumnResizeBehavior() public method

public GridViewColumnResizeBehavior ( System.Windows.Controls.GridViewColumn element ) : System
element System.Windows.Controls.GridViewColumn
return System

SetWidth() public method

public SetWidth ( double allowedSpace, double totalPercentage ) : void
allowedSpace double
totalPercentage double
return void