Help needed

Help needed

I am writing a FMX application with Tokyo 10.2.3 currently for Windows with the intention to move it to MacOS and tablet when the functionality is complete.

I use a FlowLayout with several memos on it. the TFlowLayout is placed inside a scrollbox in the hope that the scrollbars become visibible when the memos are positioned outside of the visible area.
Unfortunately this is not happening. Can anyone help me here or point me in the right direction? Thanks in advance

Comments

  1. Just use a regular TLayout and maybe manually control the width? Might Align the TLayout to the Left.

    ReplyDelete
  2. If the FlowLayout is Client aligned, you will never see the scrollbars on the scrollbox. You must control the FlowLayout (or whatever container you could place inside the scrollbox) height manually beyond the scrollbox client area size to get the scrollbars appear

    ReplyDelete

Post a Comment