I'm working on windows form project which has many controls on the form but I'm looking for a way that decrease my form, while seeing all of the controls by scroll up/down.
I am trying to use FlowLayoutPanel
but it aligns horizontally or vertically.(I want to set control manually)
Can anyone help me? Thanks.