How to create a horizontal scrollable list?
        Posted  
        
            by Thomas Joos
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Thomas Joos
        
        
        
        Published on 2010-06-14T09:00:06Z
        Indexed on 
            2010/06/14
            9:02 UTC
        
        
        Read the original article
        Hit count: 283
        
hi all,
I am wondering what the best approach is for creating a horizontal list with custom buttons. I read there is no native control for that:
I am considering a UIView with a scroll view inside. On this scrollview I visualize my array of button objects.
Any thoughts?
© Stack Overflow or respective owner