摘要:
ApplySkinFromMenuItem("Style/BigImgStyle.xaml", "Style/FileListStyle.xaml"); //换肤 void ApplySkinFromMenuItem(string source, string oldSources) { st... 阅读全文
摘要:
ListBoxItem lstitem = this.list.ItemContainerGenerator.ContainerFromItem(m) as ListBoxItem;其中this.list是使用了mvvm模式绑定了数据集的ListBox 阅读全文
摘要:
WPF,相对位置,位置,控件,元素 阅读全文
摘要:
相对于屏幕的位置 第一步: /// /// 用于获得鼠标相对于屏幕的位置 /// public class Win32 { [StructLayout(LayoutKind.Sequential)] public struct POINT { public int X; public int ... 阅读全文
摘要:
方式1:窗体中加入资源 其中:CommandBinding_Cut ,CommandBinding_Copy ,CommandBinding_Paste 是按下快捷键对用的事件操作private void CommandBinding_Cut(object sender,... 阅读全文