Windows Mobile 5 TabControl
我想更改 TabControl 在移动设备上的外观。目前,它的页面选项卡位于 TabControl 的底部。不幸的是,客户希望它们位于 TabControl 的顶部。有没有一种简单的方法来获得所需的位置(即房产)?或者我是否会面临滚动自己的 TabControlEx 的情况?如果是后者,有什么推荐的操作网站吗?
I would like to change how the TabControl looks on the mobile device. Currently, it has its page tabs at the bottom of the TabControl. Unfortunately, the customer wants them at the top of the TabControl. Is there an easy way to get the desired placement (i.e., a property)? Or am I going to be faced with rolling my own TabControlEx? If the latter, any recommendation for how-to sites?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你必须自己动手。本机 TabControl 将其置于底部(在 WinMo 下),并且无法更改它。
You'll have to roll your own. The native TabControl has it at the bottom (under WinMo) and there's no way to change that.
你可以看看Resco TabControl。
www.resco.net
You may take a look at Resco TabControl.
www.resco.net