I have a number of configurations in my application that I would like to enter into a treeview. For instance:
Parent Configs
---{CheckBox} Allow posting:
------ Posting Account: {ComboBox}
---{CheckBox} Post Payments
------ Payment Number: {TextBox}
------ Payment Account: {ComboBox}
Something like the above, Perhaps even add descriptions to each node. An example of someone who already does this IntegralUI TreeView for .NET WinForms I think it would be a great feature for your product.
That being said, is there any way to do this, even through code? Even if the ComboBox or TextBox needed to be their own node, I could put them as a child under the description, that's no big deal. Any thoughts, or ideas?
Parent Configs
---{CheckBox} Allow posting:
------ Posting Account: {ComboBox}
---{CheckBox} Post Payments
------ Payment Number: {TextBox}
------ Payment Account: {ComboBox}
Something like the above, Perhaps even add descriptions to each node. An example of someone who already does this IntegralUI TreeView for .NET WinForms I think it would be a great feature for your product.
That being said, is there any way to do this, even through code? Even if the ComboBox or TextBox needed to be their own node, I could put them as a child under the description, that's no big deal. Any thoughts, or ideas?