Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
SevenSoftware
Windows
Controls
ListViewExtensions
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