How to get scrollbars in TGridPanel?
Delphi
1
Posts
1
Posters
2
Views
1
Watching
-
I am trying to get two columns in TGridPanel, where user will be able to drag , drop and move around GUI components(TImage) at runtime. I can drag and drop, however TGridPanel doesn't show scrollbars when I drop a lot of elements. It starts to shrink the ones already init. To have scrollbars I added this grid panel on TScrollBar and changed "Align" property to "alClient". My plan is to save the final setting of components in a 2D array. My plan is to have at least one component per row to save the row of TGridPanel.