I am using this code for a standard listview.
Due as the item heigth is so high the visible part wouldnt change the heigth, no matte what numbers i give
Even this make no changes
Due as the item heigth is so high the visible part wouldnt change the heigth, no matte what numbers i give
B4X:
ListViewNummern.TwoLinesAndBitmap.ImageView.SetLayout(0dip, 350dip, 400dip , 350dip)
ListViewNummern.TwoLinesAndBitmap.ItemHeight = 350dip
Even this make no changes
B4X:
ListViewNummern.TwoLinesAndBitmap.ImageView.SetLayout(0dip, 400dip, 400dip , 400dip)
ListViewNummern.TwoLinesAndBitmap.ItemHeight = 400dip
ListViewNummern.TwoLinesAndBitmap.Label.Height = 200dip
ListViewNummern.TwoLinesAndBitmap.secondLabel.Height = 200dip
Last edited: