PDA

View Full Version : hScrollPolicy


Paulskii
04-29-2008, 09:35 PM
I am trying to enable a horizontal scroll bar using hScrollPolicy on my tree component...I have treeInstance.hScrollPolicy = "on"; and the maxHPosition is set wider than the tree component...and I had this working before...I must have done something that disables the horizontal scroll...has anyone ever run into a situation that something they did turned off their horizontal scroll on lists or trees without actually messing with the tree/list code itself? Please help this is annoying and I know I am missing something really stupid...

Paulskii
05-05-2008, 02:27 PM
any ideas as to why this may be happening?

Paulskii
05-06-2008, 04:39 PM
Im a total dumbass...the Tree component is in an accordion...and the tree component was 20 pixels larger than the visible area of the accordion component...so it was cutting off the 20 pixels...which contained my horizontal scroll bar...:P