How to create MS word like Symbol Insert dialog in WPF
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
精彩评论