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.
我有一个 RadGrid 与放置在网格顶部的“+ 添加新记录”和“刷新”按钮配合得很好:
<MasterTableView CommandItemDisplay="Top" HorizontalAlign="NotSet" AutoGenerateColumns="False" ShowFooter="False" ShowHeadersWhenNoRecords="True">
但是放置这些按钮的区域(顶部)太大,我无法更改它的大小。
我在哪里可以设置菜单的“高度”属性?
将CommandItemStyle-Height属性更改为方便的大小
<MasterTableView CommandItemDisplay="Top" CommandItemStyle-Height="30">