FLEX4_group容器底下新增垂直button可捲軸範例



  1. <?xml version="1.0" encoding="utf-8"?>
  2. <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" 
  3.   xmlns:s="library://ns.adobe.com/flex/spark" 
  4.   xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600">
  5. <fx:Declarations>
  6. <!-- Place non-visual elements (e.g., services, value objects) here -->
  7. </fx:Declarations>
  8. <s:Scroller x="463" y="102" width="105" height="113">//新增捲軸
  9. <s:Group  x="512" y="298" width="105" height="102">
  10. <s:layout>
  11. <s:VerticalLayout/>//垂直顯示
  12. </s:layout>
  13. <s:Button x="116" y="47" label="1號"/>
  14. <s:Button x="216" y="47" label="2號"/>
  15. <s:Button x="316" y="47" label="3號"/>
  16. <s:Button x="416" y="47" label="4號"/>
  17. <s:Button x="516" y="47" label="5號"/>
  18. <s:Button x="716" y="47" label="6號"/>
  19. </s:Group>
  20. </s:Scroller>
  21. </s:Application>

執行結果:





留言

這個網誌中的熱門文章

如何使用Windows Server 2012 R2 DNS伺服器中的設定與網域名稱與IP綁定對應

使用Windows Server 2012 R2 來建立 Active Directory(AD) 來管理使用者帳戶以一台Win7為例

如何讓Windows Server 2012 R2 架設IIS網頁伺服器並且支援PHP伺服器