摘要:
关于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 阅读全文
摘要:
设置属性前效果: 将layoutView1.CardMinSize 的属性更改为(0, 0) 后 效果: 阅读全文
摘要:
上图是效果图 附件示例代码下载 阅读全文
摘要:
设置GridControl 里面的 gridview 属性, 找到OptionSelection 将EnableAppearanceFocusedCell 属性设置False 就可以了 此方式同样适用于treeList 阅读全文
摘要:
将 form的 AllowFormGlass 属性 该为False 就可以标题栏皮肤化了。 阅读全文
摘要:
在form界面增加 toolTipController 工具 然后将 ribbonControl.ToolTipController 的属性设置成 toolTipController toolTipController 添加事件 private void toolTipController1_Bef 阅读全文
摘要:
设置ribboncontrol.ShowItemCaptionsInPageHeader 属性为true 阅读全文
摘要:
public frmMain() { InitializeComponent(); ribbonControl1.Manager.HighlightedLinkChanged += Manager_HighlightedLinkChanged; pub_form = this; } void Man 阅读全文