0
我有一個Spark DataGrid,它在SDK 4.5或更低版本時不顯示滾動條。如果我將SDK設置爲4.6,則它們顯示正確。使用Flex 4.5.1的Spark DataGrid中不顯示滾動條,但顯示爲4.6
有沒有人看過這個或知道如何讓滾動條顯示正確?
這是我使用的CSS:
s|Scroll {
skinClass: ClassReference("view.skins.CustomScrollerSkin");
}
這是皮膚基本上是:
<!--- A horizontal scrollbar that lets you control the portion of data that is displayed
when there is too much data to fit horizontally in a display area.
The Scroller determines whether the horizontal ScrollBar is visible. -->
<fx:Component id="horizontalScrollBarFactory">
<s:HScrollBar visible="false" />
</fx:Component>
感謝指出了這一點。沒有你,沒有注意到。 – AlBirdie
唉...更新問題 –
你必須提供更多的上下文。它通常不會這樣做。 – RIAstar