Hi all,
sometimes as I scroll a listview and remove the finger the background stay BLACK (sometimes not).
I have set the background transparent.
When le listview is called :
... And sometimes after a scroll :
The list is filled this way :
Android bug or I am doing something wrong ???
Tks,
WW
sometimes as I scroll a listview and remove the finger the background stay BLACK (sometimes not).
I have set the background transparent.
B4X:
Listview_PROD.Initialize( "ListView_PROD_ItemClick" )
Listview_PROD.ScrollingBackgroundColor = Colors.Transparent
When le listview is called :
... And sometimes after a scroll :
The list is filled this way :
B4X:
Listview_PROD.AddSingleLine( STR_DIV )
Android bug or I am doing something wrong ???
Tks,
WW