更改 .NET 触摸屏应用程序的下拉菜单大小
我正在尝试创建一个 .NET 触摸屏应用程序。我希望能够创建一个大的下拉菜单。通过增加字体大小,按钮的宽度保持不变,但高度增加,这意味着它又长又细。有没有办法“放大”.NET 控件,使其尺寸适合触摸屏应用程序?
I'm trying to create a .NET touchscreen application. I would like to be able to create a large dropdown. By increasing the font size, the button stays the same width but increases in height, meaning it's long and thin. Is there a way to 'scale up' .NET controls so they are large in size for touchscreen applications?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您正在编写触摸屏应用程序,您所要做的就是更改 Windows 上的系统设置以使所有内容变大。
If you're writing a touchscreen application, all you have to do is change the system settings on windows to make everything larger.