How is possible to implement a structured numbered list?

  • Thread starter Thread starter Andrea Moro
  • Start date Start date
A

Andrea Moro

As object, I need to implement in a memo or textbox multiline
a structured numbered list.

I've written some code, that is working, but I'm finding a lot
of problems when I need to add elements in the middle, operation
that require a full remaps of next elements.

Unfortunately I must use one string's collection to store my elements.

Any idea on how continue this hard work?
Some usefull link?

Thanks in advance
Andrea
 
Back
Top