I'd like to use FoldPanelBars (in conjunction with parent panels with
sizers) so that when they're collapsed the parent panel is a minimum
size and when you double click the caption bar to expand them, the whole
parent panel 'row' re-sizes, height-wise.
From the examples I've seen, foldpanelbars have collapsed and expanded
in panels/frames that are plenty big enough to accommodate both states
so it may be that they're not suitable for this.
My attempts have failed and I wonder if someone could help me with this.
You can simulate what I want by toggling between size=(80,10) &
size=(80,100) in the area indicated in the code below.
I've only just started using wxPython and am well impressed!
Rgds
setrow_2.py (8.11 KB)