Is there a control in WPF similar to the Visual Studio toolbox?

后端 未结 3 1544
生来不讨喜
生来不讨喜 2021-01-19 03:34

I\'m writing an application using WPF, and I need to make something that looks like the Visual Studio toolbox (please see pic). What control should I use for this?

<

3条回答
  •  无人共我
    2021-01-19 04:15

    Use an expander control for the expandable headers.

    The content of every expander can be a ListBox with a special ItemTemplate (with image an text).

    http://wpf.codeplex.com/ has additional controls to help you.

    greetz, knom.

提交回复
热议问题