Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
SevenSoftware
Windows
Controls
ListViewExtensions
C# Class SevenSoftware.Windows.Controls.ListViewExtensions
Contains methods that extend the
ListView
control.
Afficher le fichier
Open project: robertbaker/SevenUpdate
Méthodes publiques
Méthode
Description
LimitColumnSize
(
FrameworkElement
control
) :
void
Limits resizing of a
GridViewColumn
.
Method Details
LimitColumnSize()
public
static
méthode
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.
Résultat
void