Windows Develop Bookmark and Share   
 index > Windows Forms Designer > How to show Multiple check boxes in TreeView Control.
 

How to show Multiple check boxes in TreeView Control.

Hi,

How to show two check boxes in Single Tree View Control. I want show users and their rights (Read and Write) in tree view control.

Example : -(Read)(Write) Admin
+(Read)(Write) User1
+(Read)(Write) User2

Like this i have to show in my application.

Can you please suggest me.
DKChakravrthy  Thursday, April 30, 2009 6:16 AM
Why not use 3-state checkbox?

No access = Unchecked
Read = Grey-checked
Read + Write = Checked

http://www.codeproject.com/KB/tree/TriStateTreeViewSubmissio.aspx

Roberto da Silva Junior  Friday, May 01, 2009 10:26 PM
Why not use 3-state checkbox?

No access = Unchecked
Read = Grey-checked
Read + Write = Checked

http://www.codeproject.com/KB/tree/TriStateTreeViewSubmissio.aspx

Roberto da Silva Junior  Friday, May 01, 2009 10:26 PM

You can use google to search for other answers

Custom Search

More Threads

• ToolStripControlHost Constructor on type 'System.Windows.Forms.ToolStripControlHost' not found. Issue
• DataGridView - Designer Serialization
• Developer enabled
• Disable event autogenerate on control double click?
• MainMenu Control
• Building controls at runtime in VB.NET
• Adding properties to a ToolStripButton with an IExtenderProvider.
• Backcolor of the textbox of datetimepicker
• Delay when opening form with designer / changing Misc->Language
• Ressources embedded problem with a compilation on the fly