newTableView ScrollBar(and Custom ScrollBar) issue!

The scroll bar is so small that it can not be seen.

(Also custom scrollbar)

[How to reproduce]

In the basic table view sample, config as follows.

application =

{

    content =

    {

        width = 1080,

        height = 1920,

        scale = “zoomEven”,

    }

}

I think this has been raised before, isn’t a priority to be fixed and the only solution is to roll your own scroll bar.

Fun…

Corona’s widgets are designed for a 320x480 content area and things like the scrollbar’s don’t scale. You should be able to skin the widgets with your own style scroll bar which should let you control the size.

Rob

As Rob says, they can be customized. Here’s the documentation on doing so…

https://docs.coronalabs.com/api/library/widget/newTableView.html#scrollbaroptions-optional

Brent

the scroll bar option also does not work. 

I think this has been raised before, isn’t a priority to be fixed and the only solution is to roll your own scroll bar.

Fun…

Corona’s widgets are designed for a 320x480 content area and things like the scrollbar’s don’t scale. You should be able to skin the widgets with your own style scroll bar which should let you control the size.

Rob

As Rob says, they can be customized. Here’s the documentation on doing so…

https://docs.coronalabs.com/api/library/widget/newTableView.html#scrollbaroptions-optional

Brent

the scroll bar option also does not work.