View Issue Details

IDProjectCategoryView StatusLast Update
0004367JEDI VCL00 JVCL Componentspublic2008-07-23 07:11
ReporterainAssigned Toobones 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionsuspended 
Product Version3.30 
Target VersionFixed in Version 
Summary0004367: Add way to prioritise dock panels
DescriptionCurrently when docking an control to the left and another one to bottom (or top) on the parent then the bottom (or top) one occupies full with of the parent and the left (or right) one's height is reduced to make room for the bottom (or top) one. Add a way to configure which panel should make a way to the other one when they "compete for space".
I think that most flefible solution would be to allow to set priority for each corner, something like

TDockPanelKind = (dpkTop, dpkLeft, dpkBottom, dpkRight);

+Priority
  TopLeft = (dpkTop or dpkLeft)
  TopRight = (dpkTop or dpkRight)
  BottomLeft = (dpkBottom or dpkLeft)
  BottomRight = (dpkBottom or dpkRight)
TagsNo tags attached.

Activities

obones

2008-05-28 07:43

administrator   ~0014303

Please propose an implementation for this.

obones

2008-07-23 07:11

administrator   ~0014423

No news, no action

Issue History

Date Modified Username Field Change
2008-05-28 07:01 ain New Issue
2008-05-28 07:43 obones Note Added: 0014303
2008-05-28 07:43 obones Status new => feedback
2008-07-23 07:11 obones Status feedback => resolved
2008-07-23 07:11 obones Resolution open => suspended
2008-07-23 07:11 obones Assigned To => obones
2008-07-23 07:11 obones Note Added: 0014423