프로그램 자료/Visual C#
C# FlowLayoutPanel - HTML 처럼 레이아웃이 순서대로 나왔으면 좋겠다 ㅠㅠ
motolies
2015. 11. 11. 11:07
출처 : http://stackoverflow.com/questions/5556561/how-to-disable-horizontal-scroll-bar-in-flowlayoutpanel#5556635
FlowLayoutPanel 사용시, 아래로만 붙이고 싶다!! 면
- Set FlowDirectino to TopDown
자동으로 스크롤바를 생성하고 싶다!! 면
- Set AutoScroll to true
- Set WrapContents to false.
- Make sure the size is wider than the controls' width plus the width of a vertical scrollbar.