BCGControlBar Library for .NET
InitialHeight Property




Specifies the initial height (the number of visible items) of the gallery. If this property is set to -1 the gallery takes the maximum available height (limited by the number of items in the gallery, or the height of the screen).
Syntax
'Declaration
 
Public Property InitialHeight As Integer
'Usage
 
Dim instance As ToolbarBaseGalleryButton
Dim value As Integer
 
instance.InitialHeight = value
 
value = instance.InitialHeight
public int InitialHeight {get; set;}
public: __property int get_InitialHeight();
public: __property void set_InitialHeight( 
   int value
);
public:
property int InitialHeight {
   int get();
   void set (    int value);
}
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

ToolbarBaseGalleryButton Class
ToolbarBaseGalleryButton Members

Send Feedback