In design mode I have set Scrollable to Show, however at runtime only the vertical scrollbar shows, the only way to get back to the top is to slowly traverse back up through the folders.
Hi,
VTUK said:In design mode I have set Scrollable to Show, however at runtime only the vertical scrollbar shows
Then clearly something in your code is changing this property at run-time.
If you are not setting it explicitly, then it could be getting changed by loading a Layout or a Preset into the grid.
Oops, ignore that last part. For some reason I thought you were using the grid. My best guess is that you are setting some property at run-time that is causing this. Are you sure you are not setting Scrollable in code?
VTUK said:the only way to get back to the top is to slowly traverse back up through the folders.
I'm not following you here. If the vertical scrollbar is visible, you should be able to use it to scroll up and down. Did you mean the Horizointal scrollbar is the only one that shows?