开发者

How to create MS word like Symbol Insert dialog in WPF

开发者 https://www.devze.com 2022-12-10 06:06 出处:网络
I am planning to create a insert symbol or alphabet dialog/window in WPF more or less like the one in MS Word. The window should list all fonts with subset dropdown.

I am planning to create a insert symbol or alphabet dialog/window in WPF more or less like the one in MS Word. The window should list all fonts with subset dropdown. Anyon开发者_开发百科e who can show me a way how to go about developing this. C# is preferable.


You could use the ribbon control or look for ribbon control samples.Try devcomponent

http://www.devcomponents.com/dotnetbar-wpf/

or roll your on custom listbox ?

http://www.codeproject.com/KB/WPF/CustomListBoxLayoutInWPF.aspx

0

精彩评论

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