A Couple of Questions

  • Thread starter Thread starter Chad Szymanski
  • Start date Start date
C

Chad Szymanski

1) Is it possible to fix the width of a ListView control column? Ie. the
user cannot modify the column from its given width.

2) Is there a way to give an individual TreeNode
the option of having a personal checkbox? It seems to me that one can
only globally specify that the TreeNodes within a TreeView control have
checkboxes or no checkboxes.

--Chad Szymanski
 
Chad Szymanski said:
1) Is it possible to fix the width of a ListView control column? Ie.
the user cannot modify the column from its given width.

2) Is there a way to give an individual TreeNode
the option of having a personal checkbox? It seems to me that one
can only globally specify that the TreeNodes within a TreeView
control have checkboxes or no checkboxes.

To both questions: AFAIK it is not possible.

As this is a VB.NET language group, please try it in the winforms group:
microsoft.public.dotnet.framework.windowsforms.controls
 
Back
Top