摘要: 关于Virtual,教程中的原文如下: While we’re there, we’ve also changed the Genre and Artist to virtual properties. This allows Entity Framework to lazy-load them a 阅读全文
posted @ 2017-02-15 09:39 背书包的大象 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 设置属性前效果: 将layoutView1.CardMinSize 的属性更改为(0, 0) 后 效果: 阅读全文
posted @ 2017-01-04 10:30 背书包的大象 阅读(1279) 评论(0) 推荐(0) 编辑
摘要: 上图是效果图 附件示例代码下载 阅读全文
posted @ 2016-12-29 10:39 背书包的大象 阅读(457) 评论(0) 推荐(0) 编辑
摘要: 图片的大小可以在imageCollection中改变 效果图如下 阅读全文
posted @ 2016-12-27 10:22 背书包的大象 阅读(1262) 评论(0) 推荐(0) 编辑
摘要: 注意:这2个事件中大小的参数一定要相同,否则将会出现下图结果 阅读全文
posted @ 2016-12-27 09:51 背书包的大象 阅读(1463) 评论(0) 推荐(0) 编辑
摘要: 设置GridControl 里面的 gridview 属性, 找到OptionSelection 将EnableAppearanceFocusedCell 属性设置False 就可以了 此方式同样适用于treeList 阅读全文
posted @ 2016-12-19 13:36 背书包的大象 阅读(5230) 评论(0) 推荐(3) 编辑
摘要: 将 form的 AllowFormGlass 属性 该为False 就可以标题栏皮肤化了。 阅读全文
posted @ 2016-12-17 15:49 背书包的大象 阅读(951) 评论(0) 推荐(0) 编辑
摘要: 在form界面增加 toolTipController 工具 然后将 ribbonControl.ToolTipController 的属性设置成 toolTipController toolTipController 添加事件 private void toolTipController1_Bef 阅读全文
posted @ 2016-12-16 14:56 背书包的大象 阅读(722) 评论(0) 推荐(0) 编辑
摘要: 设置ribboncontrol.ShowItemCaptionsInPageHeader 属性为true 阅读全文
posted @ 2016-12-16 13:52 背书包的大象 阅读(1540) 评论(0) 推荐(0) 编辑
摘要: public frmMain() { InitializeComponent(); ribbonControl1.Manager.HighlightedLinkChanged += Manager_HighlightedLinkChanged; pub_form = this; } void Man 阅读全文
posted @ 2016-12-16 11:40 背书包的大象 阅读(1787) 评论(0) 推荐(1) 编辑