C# Class Yuhan.WPF.DsxGridCtrl.DsxHeightTracker

Inheritance: System.Windows.DependencyObject
Datei anzeigen Open project: hansuky/Yuhan

Private Properties

Property Type Description
CheckHeightTracker void
ClearHeightTracker void
RecalcLayout void
ResetItemHeight void
TrackItemHeight double
UpdateLayout void
UpdateRowArea void
UpdateRowLayout bool
UpdateRowPartLayout bool

Public Methods

Method Description
DsxHeightTracker ( DsxDataGrid dataGrid ) : System

Private Methods

Method Description
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

Method Details

DsxHeightTracker() public method

public DsxHeightTracker ( DsxDataGrid dataGrid ) : System
dataGrid DsxDataGrid
return System