views:

319

answers:

1

Is there a way or an event to solve this? well specifically its for a flow layout panel

+2  A: 

If you're using a FlowLayoutPanel, you could check whether the Bottom property of the last control in the panel is more than the panel's height.

Alternatively, try checking VerticalScroll.Visible (I haven't tried that, but it shoud do what you're looking for)

SLaks