I have assigned a panel to DetailView of a TTMSFMXTableViewItem. The panel has more height then the parent TMSFMXTable view height. When I click on the item the full panel is not visible and scroll is not available. How can I enable smooth scroll on the DetailView assigned panel.
The Panel is automatically client aligned to match the height of the TMSFMXTableView. I suggest to put your panel inside a scrollbox and use the scrollbox as a detailview. Then scrolling can be done inside the scrollbox if the panel is higher than the scrollbox height.
I have tried this but i am trying to avoid the default firemonkey scroll. It would be nice if there is property to keep the height of the panel and inherit the smooth the scroll