C# 클래스 Yuhan.WPF.DsxGridCtrl.DsxHeightTracker

상속: System.Windows.DependencyObject
파일 보기 프로젝트 열기: hansuky/Yuhan

Private Properties

프로퍼티 타입 설명
CheckHeightTracker void
ClearHeightTracker void
RecalcLayout void
ResetItemHeight void
TrackItemHeight double
UpdateLayout void
UpdateRowArea void
UpdateRowLayout bool
UpdateRowPartLayout bool

공개 메소드들

메소드 설명
DsxHeightTracker ( DsxDataGrid dataGrid ) : System

비공개 메소드들

메소드 설명
CheckHeightTracker ( ) : void
ClearHeightTracker ( ) : void
RecalcLayout ( ) : void
ResetItemHeight ( object listItem, double newHeight ) : void
TrackItemHeight ( object listItem, double curHeight ) : double
UpdateLayout ( ) : void
UpdateRowArea ( System.Windows.Controls.GridViewRowPresenter gridPresenter ) : void
UpdateRowLayout ( object listItem, bool trackUpdate = true ) : bool
UpdateRowPartLayout ( object listItem, System.Windows.Controls.ListViewItem listViewItem, bool trackUpdate = true ) : bool

메소드 상세

DsxHeightTracker() 공개 메소드

public DsxHeightTracker ( DsxDataGrid dataGrid ) : System
dataGrid DsxDataGrid
리턴 System