In Visual Studio 2003, like I can avoid that the user does not change the size of the columns of a datagrid and listview?
Thank you and sorry for my english
Printable View
In Visual Studio 2003, like I can avoid that the user does not change the size of the columns of a datagrid and listview?
Thank you and sorry for my english
If i understand right ..check this: Auto sizing DataGridQuote:
Originally Posted by sebastianos
thanks, but what I want are to avoid that the user changes the size of the columns.
Welcome dude..and about the changes...Quote:
Originally Posted by sebastianos
1) Data Grid basically is a table. You can use style sheet on the data grid
to control its column size
2) Write something like "dg.Columns[0].ItemStyle.Width"
3) Right click on the data Grid --> Properties builder --> Columns -> Add
several column -->Back to Format --> Columns --> You should be able to
control the width of the column, and the height of the column will be
depended on the font size and the data.
they do not understand to me...
I want that, when executing the application, the user cannot change the wide one of the columns.
thanks!!!
Try this...
http://www.syncfusion.com/FAQ/Window...44c.aspx#q872q
-Satish
cool!!!
THANK YOU!!!!!!
and with a listview is possible?