Treeview and Radiobuttons

  • Thread starter Thread starter John
  • Start date Start date
Hi John,

well, you mst draw the complete treeview with
all its items. Look for samples with Onwerdraw
TreeView,...

Regards

Kerem

--
 
John said:
Can anyone show me a good sample of treeview with radiobuttons?

Thanks.

Hi John,

I wonder if TreeView is what you want, but you can probably do it quite
easily with a CheckBox enabled TreeView, removing other check marks when you
check a TreeNode. Or perhaps using an ImageList containing images of checked
and unchecked radiobutton and tweak the ImageIndex of the TreeNode in the
BeforeSelect/AfterSelect events.
 
Back
Top