C# 클래스 SevenSoftware.Windows.Controls.ListViewExtensions

Contains methods that extend the ListView control.
파일 보기 프로젝트 열기: robertbaker/SevenUpdate

공개 메소드들

메소드 설명
LimitColumnSize ( FrameworkElement control ) : void

Limits resizing of a GridViewColumn.

메소드 상세

LimitColumnSize() 공개 정적인 메소드

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.
리턴 void