FlexGrid for WinForms
HeightDisplay Property



Gets or sets the display height for this row, in pixels.
Syntax
'Declaration
 
Public Property HeightDisplay As Integer
'Usage
 
Dim instance As Row
Dim value As Integer
 
instance.HeightDisplay = value
 
value = instance.HeightDisplay
public int HeightDisplay {get; set;}
public:
property int HeightDisplay {
   int get();
   void set (    int value);
}
Remarks
HeightDisplay returns zero if the row is invisible, and returns the actual display height even if the Height property is set to -1 (which stands for default row height).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Row Class
Row Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback