C# Class SevenSoftware.Windows.Controls.ListViewExtensions

Contains methods that extend the ListView control.
Show file Open project: robertbaker/SevenUpdate

Public Methods

Method Description
LimitColumnSize ( FrameworkElement control ) : void

Limits resizing of a GridViewColumn.

Method Details

LimitColumnSize() public static method

Limits resizing of a GridViewColumn.
public static LimitColumnSize ( FrameworkElement control ) : void
control System.Windows.FrameworkElement The Thumb object of the GridViewColumn to limit it's size.
return void