WinForms 的 DevX GridControl - BorderColor
WinForms 的 DevExpress GridControl 控件支持 BorderStyle 属性(通过其视图),但似乎不支持 BorderColor。还是我错了?
如何设置 GridControl 边框的 BorderColor 属性?
DevExpress GridControl control for WinForms supports BorderStyle property (through it's View), but it seems like it doesn't support BorderColor. Or am I wrong?
How can I set BorderColor property for GridControl borders?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您始终可以将 BorderStyle 设置为 NoBorder 并将 GridControl 包装在 PanelControl 内。
设置属性如下:
You could always set BorderStyle to NoBorder and wrap the GridControl inside a PanelControl.
Set up the properties something like this:
你用皮肤吗?换肤机制很可能会覆盖您的边框颜色设置,除非您禁用它们。
Are you using skins? The skinning mechanism will most likely override your border color setting unless you disable them.