Flex 4 Vslider 轨道、顶部和底部边距
我在 Flex 4 中有一个 Vslider,我正在用图像对它进行蒙皮。拇指的图像使其变得更大,并且轨道图像在顶部和底部有一些东西,当拇指一直位于顶部或底部时,我不希望被拇指覆盖。那么,如何创建该边距以使拇指在轨道上的范围更短?
I have a Vslider in Flex 4 that I am skinning with images. The image for the thumb makes it much larger and the track image has some stuff at the top and the bottom that I do not want to be covered by the thumb when it is all the way at the top or bottom. So, how do I create that margin so the range of the thumb on the track is shorter?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过将拇指高度指定为大于 vslider 皮肤中的实际高度来实现此目的。
皮肤类具有 25x25 的图像。通过使此类的高度为 50,它可以在拇指的顶部和底部提供约 12px 的填充。
You can do this by specifying the thumb height to be larger than it really is in the skin for the vslider.
The skin class has an image that is 25x25. By making this class have a height of 50 it gives the thumb ~12px of padding on both top and bottom of the thumb.