Search Results

9
votes

How can I disable horizontal scrollbars in Flex components?

Some Flex components, including the GridItem, have a Common property called horizontalScrollPolicy. Setting this to off will prevent a horizontal scroll bar from appearing …
0
votes

How would I start learning how to program in Flex?

lynda.com has a set of Flex videos, including …
0
votes

Flex - Is there a way to specify what direction a ComboBox will open?

I would recommend checking out this post. Yes, you do have to grab the ComboBox code and …
0
votes

Flex coldfusion and multiple remote objects

It looks like your remote object definitions aren't included in the AS snippet above. Do you create them in another section of the code? If so, please add just that part so we can see how you are c …