gpt4 book ai didi

apache-flex - 如何隐藏垂直滚动条(不禁用它)?

转载 作者:行者123 更新时间:2023-12-04 17:03:48 26 4
gpt4 key购买 nike

我有一个列表但想隐藏滚动条但仍保留功能。如果我放置verticalScrollPolicy="off",这将禁用通过windows 上的鼠标滚轮滚动(我的用户100% 使用windows)。如何在视觉上隐藏滚动条但保持通过键盘和鼠标滚轮滚动的能力?

<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:mx="library://ns.adobe.com/flex/mx"
xmlns:s="library://ns.adobe.com/flex/spark" height="100%" width="100%">

<s:Group>
<s:List id="listy" width="50%" height="100">
<mx:ArrayCollection>
<fx:String>Flash</fx:String>
<fx:String>Director</fx:String>
<fx:String>Dreamweaver</fx:String>
<fx:String>ColdFusion</fx:String>
<fx:String>Flash</fx:String>
<fx:String>Director</fx:String>
<fx:String>Dreamweaver</fx:String>
<fx:String>ColdFusion</fx:String>
<fx:String>Flash</fx:String>
<fx:String>Director</fx:String>
<fx:String>Dreamweaver</fx:String>
<fx:String>ColdFusion</fx:String>
</mx:ArrayCollection>
</s:List>

</s:Group>

最佳答案

我相信您想要为 List 设置自定义外观的方式,然后为其中的 Scroller 组件设置自定义外观。在Scroller 皮肤中,您可以将滚动条设置为visible=false。

关于apache-flex - 如何隐藏垂直滚动条(不禁用它)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7605050/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com