问题标签 [dotnetbar]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c# - 如何在网格控件dotnetbar winforms中添加复选框作为列标题
我是 DotNetBar(devComponents) 的初学者。我正在使用一个 gridControl,它需要一个复选框作为列标题。如果我选中该复选框,则需要选中该列下的所有复选框,反之亦然。
我用谷歌搜索了这个,但无法得到这个。
是否有可能做到这一点。?如果是这样,请指导我这样做。
谢谢
wpf - Button items starts hiding when added in RibbonBar
I have a fixed length RibbonBar such that in one row it can accomodate 3 ButtonItems. When I add 4th ButtonItem, instead of being added in the next row it gets added in the same first row and is not seen as it crosses the boundary of RibbonBar.
Im using DotNetBar for the first time. I found a property AutoOverFLowEnbled but it does not get the buttontem in the next line. Is there anyother property or something I'm missing?
winforms - DotNetBar 10.0.0.3 HScroll 不工作
我下载了 DotNetBar 版本 10.0.0.3 并尝试使用它的 ItemPanel 控件。当我添加带有 LayoutOrientation HORIZONTAL 的 buttonItems 并将 AutoScroll 属性设置为 TRUE 时,它没有向其中添加任何 Horizontal Scroller。
当 LayoutOrientation 设置为 VERTICAL 时它工作正常,并且在这种情况下它确实添加了 Vertical 滚动条。
怎么了。我错过了一些东西还是这个版本中的错误?
vb.net - 如何在 DotNetBar SuperTabControl 标签页中显示内容窗口窗体?
我一直在使用 DotNetBar 对象和控件来重新设计我的 Web 浏览器的 UI 和 VB.NET 中的功能。(我一直在使用 Visual Studio 2012,以防万一或有用。)我想将 SuperTabControl 用于我的选项卡控件,因为它允许将按钮放置在选项卡栏内,就像在主要 Web 浏览器中找到的新选项卡按钮一样例如 Google Chrome、Mozilla Firefox、Internet Explorer 等等。我去编写这个按钮来创建一个新的 SuperTabItem,这并不难;
我遇到的问题是尝试创建一个新的 SuperTabItem,其中包含与我的项目中另一个 Windows 窗体相同的内容。我已经可以使用普通窗口 TabControl 和 DotNetBar TabControl 成功完成此操作,但 SuperTabControl 不会呈现 SuperTabControlPanel 中的对象。这是我一直在尝试使用的代码;
此代码在代码编辑器中没有显示任何错误,但会在单击按钮时中断我的程序,然后停止调试。对于解决此问题并让我的新标签按钮正常工作,我将不胜感激。
vb.net - 如何在日程控制单用户中使用 CalendarView.YearViewDrawDayBackground 事件?
如何CalendarView.YearViewDrawDayBackground
在日程控制单用户中使用事件?
我想将单元格背景(在 中YearView
)绘制到关联约会的类型。
c# - How to set background color of Metro Statusbar
I have used Dotnetbar to create a Metro Form application. In my form, there is a metro statusbar on bottom. How can I set its background color ? I tried to set BackColor in Properties but nothing changed.
c# - DevComponents DotNetBar SuperGridControl:如何仅更改 1 行的背景颜色
如主题所示,我的 Windows 窗体上有一个 DevComponents DotNetBar SuperGridControl (SGC)。在那个 SGC 中,我有交替的行颜色。SGC 中的一列具有布尔值(数据中的启用/禁用标志)。
我想更改标记为假布尔值的行的背景颜色。
我试图用来执行此任务的代码:
令人讨厌的是,这段代码显然为 SGC 中的每一行运行了两次。但是,除了那部分之外,当我进入 .Disabled 控制语句时,似乎没有任何方法可以更改我所在行的行颜色。
我喜欢任何提示或建议。
c#-4.0 - 如何本地化 DotNetBar DatePicker?
如何本地化DatePicker
组件DotNetBar
以显示本地化日历?
即使更改输入语言,它仍然显示英文日历。解决方案是什么?
winforms - 获取 Dev Components AdvanceTreeView 控件的所有选中节点
我在我的 C# Win Forms 应用程序中使用 Dev Components Advance TreeView 控件。树视图节点具有用于选择/取消选择节点的复选框。我在树视图中启用了多个节点选择。我想在任何节点的“选中/取消选中”上获取所有选定的节点。我尝试使用树视图的“SelectedNodes”属性返回选定节点的集合,但它总是返回“1”节点,例如最后选择的节点。
更新 问题在于子节点的选择。如果我多选所有父节点,那么我会得到正确的计数,但如果是子节点,计数总是 1 请建议
c# - 以 x64 运行时,公共语言运行时检测到无效程序
我建立了一个小项目来展示 Dotnetbar 的 MetroAppForm,当我使用 .net-2.0 运行时它运行良好。但是当我使用 .net-4.0 或 4.5 运行它时,它会抛出“InvalidProgramException:公共语言运行时检测到无效程序”。
我该如何解决这个问题,我尝试了一些方法,但它不起作用。