Imagine an sFrameBar with 5 items – Item0, Item1, Item2, Item3 and Item4. I would like to group Item0/ Item1 and Item2/ Item3/ Item4 in such a way that a click on Item1 closes Item0, and a click on Item2 closes either Item3 or Item4. In other words: only one frame per group should be open and visible.
It would also be necessary to recalculate the frame heights of all open frames as indicated below when AutoFrameSize := True .
(sFramebar1.Height – (NumberOfItems * TitleHeight)) div NumberOfOpenFrames
Is it possible to introduce such a feature?
Thanks a lot in advance
Uwe