BCGControlBar Library for .NET
ExtraHeight Property




Gets or sets the value indicating the extra height that should be extracted from cell bounds when calculating ContentRect.
Syntax
'Declaration
 
Public Property ExtraHeight As Integer
'Usage
 
Dim instance As Cell
Dim value As Integer
 
instance.ExtraHeight = value
 
value = instance.ExtraHeight
public int ExtraHeight {get; set;}
public: __property int get_ExtraHeight();
public: __property void set_ExtraHeight( 
   int value
);
public:
property int ExtraHeight {
   int get();
   void set (    int value);
}
Remarks
Currently used to specify the height of Preview Pane, which spans all over the row.
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

Cell Class
Cell Members

Send Feedback