0

My FMX app has three vertically stacked resizable panels sharing two horizontal TSplitters.

How can I have a TSplitter resize only the panels directly above and below the splitter?

Mike at Bookup
  • 1,211
  • 14
  • 32
  • 4
    I have never used FMX, but cannot you just let the top panel be `Align = alTop`, the middle one `alClient`, and the bottom one `alBottom`? Then the splitters will have the effect you describe. – Andreas Rejbrand Jul 24 '20 at 20:05
  • Yes, that works. Now I'm trying to figure out how to get four panels managed by three splitters. – Mike at Bookup Jul 27 '20 at 17:32

0 Answers0