C cnicolapc Active Member Licensed User Longtime User Nov 19, 2011 #1 Hi, If I set the background of a listview with this code B4X: Dim cd As ColorDrawable cd.Initialize(Colors.White, 0dip) ListaCose.TwoLinesLayout.Background=cd when I select the row is not highlighted? Nicola
Hi, If I set the background of a listview with this code B4X: Dim cd As ColorDrawable cd.Initialize(Colors.White, 0dip) ListaCose.TwoLinesLayout.Background=cd when I select the row is not highlighted? Nicola
vb1992 Well-Known Member Licensed User Longtime User Nov 19, 2011 #2 Have you looked into using Scrollview? Upvote 0
klaus Expert Licensed User Longtime User Nov 19, 2011 #3 Unfortunately in ListView when you select an item it is not highlighted. As vb1992 already pointed out you shols use a ScrollView. But it's up to you to change the colors for the selected item. Have a look at ScrolView examples summarary. Best regards. Upvote 0
Unfortunately in ListView when you select an item it is not highlighted. As vb1992 already pointed out you shols use a ScrollView. But it's up to you to change the colors for the selected item. Have a look at ScrolView examples summarary. Best regards.
C cnicolapc Active Member Licensed User Longtime User Nov 19, 2011 #4 HI, thank you very much. Nicola Upvote 0