Prevent column resize on a specific column

Morning folks, I''m working with VB.net and have a datagrid with a particular column that I want to prevent users from resizing, the other columns need to remain resizable. Is this possible, and if so how? Please bear in mind that I''m quite new to .net so please don''t assume too much of me :) Thanks in advance Roger

2 Replies

JH jhonny June 4, 2006 06:40 PM UTC

Hi, You can set the Minimum and Maximum size property of the required column. So that the size of that particlular column will remain constant there by it becomes fixed size , so that you can prevent resize on a specific column. Regards,


JH jhonny June 4, 2006 06:40 PM UTC

Hi, You can set the Minimum and Maximum size property of the required column. So that the size of that particlular column will remain constant there by it becomes fixed size , so that you can prevent resize on a specific column. Regards, Ind Techie

Loader.
Up arrow icon