Вопрос

I have multiple check box lists on my winform, but the downward flow of the list doesnt look too appealing.'

I was wondering if there is a way to force a checklistbox to display its items horizontally, instead of vertically.

I have tried MiltiColumn and ColumnWidth, but the items are still vertically listed.

Это было полезно?

Решение

The most efficient way would be a FlowLayoutPanel in which you can add checkboxes. They will then be sorted from left to right.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top