Delphi only allow horizontal Drag-and-Drop on TControlBar -
i have tcontrolbar
aligned bottom of main form (same width). height of control bar fixed.
this control bar contains number of tpanels
, aligned horizontally (with matching heights). these panels contain various other components. want able move , rearrange these panels horizontally side-to-side disallow vertical movement (fix top of panels).
how can achieve this. have tried setting anchors->aktop
property each panel true
. panels move vertically try , drag them side side.
i using rad studio xe4
set rowsize
height
of controlbar:
specifies height of control bar's rows.
and set rowsnap
false
:
specifies whether controls snapped control bar's rows when docked.
use rowsnap specify whether controls snapped control bar's rows when docked. controls snapped have top , height properties set automatically correspond control bar's rows.
Comments
Post a Comment