flash - TileLayout in ButtonBar skin -


in buttonbar skin use tilelayout:

<s:datagroup id="datagroup" width="100%" height="100%"> <s:layout> <s:tilelayout /> </s:layout> </s:datagroup>

but layout set max width buttonbarbuttons. dont want same width, want behavior in horizontallayout. how solve problem?

maybe this flowlayout or this layout can solve problem?


Comments

Popular posts from this blog

actionscript 3 - TweenLite does not work with object -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

c# - Global Variables vs. ASP.NET Session State -