How to force vertical scrollbar on UI dialog
Is it possible, and how, to force the vertical scrollbar to always show even if the content is smaller than the dialog size?
The reason for this is that the content is often a DataTable with search, while searching, as soon as the content is less than the window size the scrollbar disappears and the content shifts in size. I'd like to stop this happening by always showing the vertical scrollbar.
I've checked the dialog options and there doesn't appear to be one to set the scrollbars always on.
Thanks for the help.
Doug.