Autoscroll in FlowLayoutPanel does not work properly, how can i fix it?
I want to load books from a database to a FlowLayoutPanel in a Forms app
(this part works fine), but if I enable autoscroll the scroll bar appears, but only for a split second when the library databse is loading into the flowLayoutPanel and then its not scrollable.
Here is the code that fills in the books into the flowLayoutPanel: