C# 클래스 Open.Core.UI.Controls.AutoGrid

Automatically generates rows and columns based on a data-source.
Any 'RowDefinition' and 'ColumnDefinition' items that are declared within the Grid are overridden by the control. Declare columns using the extended 'Columns' propertying with the 'AutoColumnDefinition' object.
상속: System.Windows.Controls.Grid
파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ItemsSourceProperty System.Windows.DependencyProperty
MaxRowHeightProperty System.Windows.DependencyProperty
MinRowHeightProperty System.Windows.DependencyProperty
RowHeightProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
AutoGrid ( ) : System.Linq
HandleLoaded ( object sender, RoutedEventArgs e ) : void

비공개 메소드들

메소드 설명
InitializeColumns ( ) : void
InsertRow ( int rowIndex, object model ) : void
LoadRows ( ) : void
OnItemsSourceChanged ( ) : void
OnRowAdded ( int index ) : void
OnRowRemoved ( int index ) : void
ReIndexRows ( ) : void
RemoveRow ( int rowIndex ) : void

메소드 상세

AutoGrid() 공개 메소드

public AutoGrid ( ) : System.Linq
리턴 System.Linq

HandleLoaded() 공개 메소드

public HandleLoaded ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
리턴 void

프로퍼티 상세

ItemsSourceProperty 공개적으로 정적으로 프로퍼티

Gets or sets the collection of items being generated within the grid.
public static DependencyProperty,System.Windows ItemsSourceProperty
리턴 System.Windows.DependencyProperty

MaxRowHeightProperty 공개적으로 정적으로 프로퍼티

Gets or sets the maximum height to use when creating the row.
public static DependencyProperty,System.Windows MaxRowHeightProperty
리턴 System.Windows.DependencyProperty

MinRowHeightProperty 공개적으로 정적으로 프로퍼티

Gets or sets the minimum height to use when creating the row.
public static DependencyProperty,System.Windows MinRowHeightProperty
리턴 System.Windows.DependencyProperty

RowHeightProperty 공개적으로 정적으로 프로퍼티

Gets or sets the height to apply to use when creating the row.
public static DependencyProperty,System.Windows RowHeightProperty
리턴 System.Windows.DependencyProperty