jan5
jan5

Reputation: 1179

Flex reducing space between two bars+

enter image description here

Is it possoble to reduce the space between two bar of different elements. If yes with which property? thank you

Upvotes: 0

Views: 146

Answers (1)

Frank Szilinski
Frank Szilinski

Reputation: 550

barWidthRatio should work with a little "hack" from layout. I wrote a test app for you that should do what you want. Changing the barWidthRatio from 0.4 to 1.1 ie. should look like from:

barWidthRation = 0.4

to:

barWidthRatio = 1.1

see code here (still Flex 3.6): http://pastie.org/3314808

Upvotes: 1

Related Questions