HorzScrollBar
TDataGridEh.HorzScrollBar
property HorzScrollBar: TDataGridHorzScrollBarEh;published
Use this property to customize the display of the horizontal scrollbar in the grid.
The HorzScrollBar property is of type TDataGridHorzScrollBarEh and contains the following subproperties:
HorzScrollBar.ExtraPanel
property ExtraPanel: TDataGridScrollBarPanelEh;The subproperties of this property allow you to configure the visibility and visible elements of a special additional panel that is built into the horizontal ScrollBar.
For customization you can use such properties as NavigatorButtons, Visible, VisibleItems.
HorzScrollBar.Height
property Height: Integer default 0;This property allows you to set the height of the horizontal ScrollBar area. Most often, the height is increased if the ExtraPanel is also visible. If the property value is set to 0, the height will be calculated automatically based on the current theme.
HorzScrollBar.SmoothStep
property SmoothStep default True;The property determines that horizontal scrolling in the grid will occur in small steps regardless of the column width. If the property value = False, then the horizontal scrolling step will be performed along the vertical column boundaries.
HorzScrollBar.VisibleMode
property VisibleMode: TScrollBarVisibleModeEh default TScrollBarVisibleModeEh.AutoShow;Sets the scrollbar display mode
- AlwaysShow - Always show scrollbar
- NeverShow - Never show the scrollbar.
- AutoShow - Show the scrollbar automatically depending on the width of the visible area of the grid.
