TMSFMXPanel Scroll Bar

Hi, I decided to use a TMSFMXPanel on one of my project but after loading content, if content is excess than Panel height, it is overlapped to footer. Is there any possibility to show scroll bar in this situation? Thanks.

Sorry, there is no built-in capability to have a scrollbox in the TTMSFMXPanel area. We'd suggest to first put a TScrollBox in this area and then this scrollbox will take care of handling the scrolling.