开发者

Numbered lists in WPF

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:

  1. List item
  2. List item

    a) Sub list item

    b) Sub list item

  3. List item

Ideally I'd also like to have some control over the numbering format to enable use of lettering (such as shown f开发者_运维问答or 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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜