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.
SketchFlow 允许更改 TextBox 和 ListBox 控件的 Height 属性。但是,我似乎无法更改 ComboBox 的 Height 属性。可以在“属性”窗口中更改 Height 属性,但它没有效果(在设计或运行时)。
您应该在记事本或视觉工作室中打开 sketchstyles.xaml。然后找到组合框草图的样式。您会在样式中找到 2 个最小高度的位置(一个在最外层网格定义中,另一个在最后),将它们都设置为您想要的。
您确定在“对象和时间轴”面板中选择了组合框项目吗?我试过了,对我来说效果很好。你能用鼠标和装饰器调整它的大小吗?