buttonspanel ShowSizeGrip property
Return to Introduction  Previous page  Next page
Applies to
acButtonsPanel component.  

Declaration
property ShowSizeGrip: Boolean;  

Description
The ShowSizeGrip property specifies whether the panel should display a resize grip at the bottom-right corner of the panel.  
 
acbuttonspanelss1  
 
Set ShowSizeGrip to True if you want to make your dialog box resizeable by dragging the bottom-right corner with mouse.  
 
tip If the most right button covers the resize grip, increase the MarginHorz value, so the buttons will be slightly shifted to the left side of panel.  

See also
ShowAccelChar and ShowDivider properties.