I have a project started where I use two FlowLayoutPanel
(FLP) in a SplitContainer
.
The scroll bar of those FLP will behave different on Windows 7 than on Windows 10.
On W7 scrolling is continouslly, when mouse moving. In W10 it scrolls after mouse moving stops.
What should I do?
(Extra info: In W7 scroll wheel does not work when mouse is over the FLP and object inside. On W10, it scrolls using mouse wheel.)