TdxShellTreeView.Height Property
Specifies the Shell Tree View control’s height, in pixels.
Declaration
property Height; default dxDefaultHeight;
Property Value
Type | Description |
---|---|
Integer | The Shell Tree View control’s height, in pixels. |
Remarks
Use the Width and Height
properties to adjust the Shell Tree View control’s dimensions.
The Height
property’s default value is 100
.
See Also