Hi Joel, I've managed to get it working in code now...you just need to explicitally state that the horizontal property of the ScrollAxisRenderer to either true or false.
e.g
scroll.axis = catAxis; scroll.placement = "bottom"; scroll.maxVisibleColumns = 8; scroll.horizontal = true;
Hope this helps :-)
{syntaxhighlighter OPTIONS}...{/syntaxhighlighter}
More information about formatting options
Contact
Hi Joel, I've managed to get
Hi Joel, I've managed to get it working in code now...you just need to explicitally state that the horizontal property of the ScrollAxisRenderer to either true or false.
e.g
scroll.axis = catAxis;
scroll.placement = "bottom";
scroll.maxVisibleColumns = 8;
scroll.horizontal = true;
Hope this helps :-)