摘要: How to add sub items to "Second Item" dynamicallyIn xaml file // Initialize context menu event ... 阅读全文
posted @ 2013-02-16 18:51 chuwachen 阅读(121) 评论(0) 推荐(0)
摘要: Create a border with dot line and round corner How to create a border as the following graph shows for example, the effect for mouse hover/selected a ... 阅读全文
posted @ 2013-02-16 18:35 chuwachen 阅读(99) 评论(0) 推荐(0)
摘要: Dispatcher可为特定线程维护其按优先顺序排列的工作项队列。当在线程中创建了Dispatcher时,它将成为可与该线程关联的唯一Dispatcher,即使Dispatcher已经关闭。如果尝试获取当前线程的CurrentDispatcher,而此时该线程没有关联的Dispatcher,则将创建... 阅读全文
posted @ 2013-02-16 11:13 chuwachen 阅读(308) 评论(0) 推荐(0)