I'm trying to create a numbered list (with sub-lists) in a WPF based UI. I'm aware of BulletDecorator
for creating bullet lists and I was hoping there might be something similar for numbered lists.
I'm hoping to achieve something like:
- List item
List item
a) Sub list item
b) Sub list item
- List item
Ideally I'd also like to have some control over the numbering format to enable use of lettering (such as shown for the sub-items).
Use FlowDocument with List. The FlowDocument/List example on the bottom of this article shows an example similar to what you want to create.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With