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

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -