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.
有没有办法使本机脚本滑块 RTL?
我希望它像这张照片一样从右向左移动
对于您的情况,您可以使用 Sliderrotate属性。例如:
rotate
<StackLayout class="p-20"> <Slider rotate="180" loaded="slloaded" minValue="0" maxValue="100" value="" /> </StackLayout>