S
sravan_reddy001
Hi,
I'm trying to create an Editor. I have a requirement that certain text
in the RTB should be hided, i.e., the text in the RTB should represent
like a treeview control. Just like we have in visual studio where we
can hide the code for a particular method or block of code.
I have an idea. Using the TreeView Control. but this control doesn't
support RichText.
To hide/unhide the text the operations will be similar to that of
treeview Control (+/-) symbols to unhide/hide the grouped text.
I want all the properties of RTB and the TreeView hiding(or grouping)
in the application that work together.
(this is similar to the one used in many advanced editor like VS and
notepad++)
Thanks in advance
I'm trying to create an Editor. I have a requirement that certain text
in the RTB should be hided, i.e., the text in the RTB should represent
like a treeview control. Just like we have in visual studio where we
can hide the code for a particular method or block of code.
I have an idea. Using the TreeView Control. but this control doesn't
support RichText.
To hide/unhide the text the operations will be similar to that of
treeview Control (+/-) symbols to unhide/hide the grouped text.
I want all the properties of RTB and the TreeView hiding(or grouping)
in the application that work together.
(this is similar to the one used in many advanced editor like VS and
notepad++)
Thanks in advance