如何更改 SketchFlow ComboBox 的高度?
SketchFlow 允许更改 TextBox 和 ListBox 控件的 Height 属性。 但是,我似乎无法更改组合框的高度属性。 可以在“属性”窗口中更改“高度”属性,但它没有任何效果(在设计或运行时)。
SketchFlow allows for the changing of the Height property for the TextBox and ListBox controls. However, I seem to be unable to change the Height property for a ComboBox. The Height property can be changed in the Properties window but it has no effect (at design or run time).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您应该在记事本或 Visual Studio 中打开 sketchstyles.xaml。 然后找到组合框草图的样式。 您会在样式中找到最小高度的两个位置(一个在最外层网格定义中,另一个在最后),将它们都设置为您想要的。
You shuold open sketchstyles.xaml in notepad or visual studio. Then find the style for combobox-sketch. You will find 2 places(once in outermost grid definition and another in the end) of min-height in the style, set them both to what you want.
您确定已在“对象和时间轴”面板中选择了组合框项目吗? 我尝试过这个,它对我来说效果很好。 您可以使用鼠标和装饰器调整它的大小吗?
Are you sure you have the combobox item selected in the Objects and Timeline panel? I tried this and it works fine for me. Are you able to resize it using the mouse and adorners?