How do I determine when the scrollbars will appear? FROM#

Is there a way or event to solve this? namely its for the flow layout panel

+2


source to share


1 answer


If you are using FlowLayoutPanel, you can check if the property of the Bottom

last control on the panel is greater than the height of the panel.



Alternatively, try checking VerticalScroll.Visible

(I haven't tried this, but it does what you are looking for)

+4


source







All Articles