System.Windows.Forms.ColumnHeader

J

Jacek

Hello

Could anybody tell me how to lock column resizing in
listvew component(details style). I set column width to 0
(zero) to hide some additional values, but user can resize
columns having width=0 and see this data.

Thanks

Jacek
 
K

Katie Schaeffer [MSFT]

Hi Jacek,

I don't believe this is supported by the native control. Your best bet is
to re-populate the control with the hidden column not included.

-Katie

--------------------
| Content-Class: urn:content-classes:message
| From: "Jacek" <[email protected]>
| Sender: "Jacek" <[email protected]>
| Subject: System.Windows.Forms.ColumnHeader
| Date: Tue, 30 Sep 2003 01:39:34 -0700
| Lines: 12
| Message-ID: <[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcOHLmAxwEZw8h+ORJypTL7yPBGz6Q==
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.compactframework:34753
| NNTP-Posting-Host: TK2MSFTNGXA11 10.40.1.163
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| Hello
|
| Could anybody tell me how to lock column resizing in
| listvew component(details style). I set column width to 0
| (zero) to hide some additional values, but user can resize
| columns having width=0 and see this data.
|
| Thanks
|
| Jacek
|
|
|

This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top