hi
I m looking for a way to show and use a horizontal scrollbar in a fl.controls.List control
on web I found sth like hScrollPolicy=“on”; but the List has not such a property… so below what i tried, in Globals. is the List declared and it shows up finally thx to that forum here but when a labe of the list is longer than the place of the list there is no scrollbar even turning it on ? this List ist added to a Panel btw . …
.
.
.
Globals.sList.horizontalScrollPolicy = "on";
Globals.schiffelist.horizontalScrollBar.visible = true;
Globals.schiffelist.horizontalScrollBar.enabled = true;
Globals.schiffelist.horizontalScrollBar.height = 20;
Globals.schiffelist.horizontalScrollBar.width = 211;
.
.
.
LOL when readíng my own post I saw I put the policy on is an wrong list sorry for that can be closed
hm now I got it running but there is no possibiity of scrolling …I changed the sList to schiffelist and it shows up but not working can’t scroll