Hi agm65, Actually what do not have 100% width ? ItemRenderer or content itself (in your case Label)? You might want to try experiment with left="0" and right="0". Additionally if you add id name to id="labelDisplay" and inside data set:
label = String(data["name"]).toLocaleUpperCase(); you should get same result. labelDisplay - is an optional item renderer label component. Piotr ----- Apache Flex PMC [email protected] -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/100-width-for-an-ItemRenderer-in-a-list-with-a-horizontal-layout-tp10735p10736.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
