Richtextbox Ordered Lists ... Is It Possible?
I have searched the Internet and this forum for any help on making specialized lists in a Richtextbox instead of the default bulleted list (i.e: Numbered, Upper Roman, Lower Roman, etc.). I know that the default Richtextbox only supports Bulleted lists. I have tried to find a custom Richtextbox control that does it and nothing.
I found this code snippet on another site, but after messing with it for a while I just put this on the back-burner while I worked on other things.
Any leads would be greatly appreciated.
Re: Richtextbox Ordered Lists ... Is It Possible?
Re: Richtextbox Ordered Lists ... Is It Possible?
Thanks.
I had started working on my own, but you finished wwwwaaaaayyyy before I could have. Even though I know VB.NET, I haven't really messed with creating custom controls until now.
Re: Richtextbox nested Ordered Lists ... Is It Possible?
Hi,
How to add nexted bulleted list in richtextbox?
e.g
1. Heading1
a. sub heading 1
b.sub Heading 2
2. Heading 2
3. Heading 3
Regards,
Kumar