如何更改 SketchFlow ComboBox 的高度?

发布于 2024-07-27 12:35:45 字数 115 浏览 4 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

铃予 2024-08-03 12:35:45

您应该在记事本或 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.

再见回来 2024-08-03 12:35:45

您确定已在“对象和时间轴”面板中选择了组合框项目吗? 我尝试过这个,它对我来说效果很好。 您可以使用鼠标和装饰器调整它的大小吗?

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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文