VerticalList

Custom Windows Forms FlowLayoutPanel control that suppresses horizontal scrollbar styles for vertical-only layout flows.

Usage Example

C#
VerticalList panel = new VerticalList();
panel.AutoScroll = true;
this.Controls.Add(panel);