Today, I continue research on wpf, and rewrite my map explorer to wpf version, I mention many problem
that you can see at last article.
I found there is no ColorDialog in wpf application, and toolbar also doesn't work, I cann't add items, the add button is disable,
I think maybe I should add ItemsSource first, it implement IEnmerable. When I fix that I will write detail resolution.
I list the Windows Forms Controls and Equivalent WPF Controls:
阅读全文>
发表于 @ 2008年09月01日 20:37:00|评论(loading...)|编辑|举报|收藏
From today on, I will learn WPF, also I will write something in here.
1, Menu, ToolBar and StatusBar can put anywhere position in the window.
2, The default value of width and height is Auto, that mean this control can auto size, but the Width and Height property return value is NaN.
3, Wpf use System.Windows.Media.Imaging.BitmapSource instead of System.Drawing.Bitmap, but you should con阅读全文>
发表于 @ 2008年09月01日 11:37:00|评论(loading...)|编辑|举报|收藏