tags:

views:

378

answers:

2

How do we fix the maximum number of columns for a particular ListView control? Is there any thing like this:

listViewControl.MaximumColumns = 3;
A: 

If you are talking about the Windows ListView control, the max is how many columns you add to it.

Mitch Wheat
A: 

Can you clarify the why? What is the purpose? If you want to restrict what how many columns the user is able to add, that is up to you, the developer.

Chris

related questions