Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将RightToLeftLayout更改DevComponents.DotNetBar.SuperGrid为 Yes 或 true ,但是当我将属性设置Yes为 layout 时没有更改。
RightToLeft
DevComponents.DotNetBar.SuperGrid
Yes
这是我的代码:
dataGridView1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
如何正确设置RightToLeft属性?