Hi i would like to ask how to adjust the clv height. The one highlighted in yellow box
B4X:
Dim Pnl As B4XView = xui.CreatePanel("") Pnl.SetLayoutAnimated(0,0,0,clvItem.AsView.Width,clvItem.AsView.Height)
Pnl.LoadLayout("griditem")
lblItem.WrapText = True
lblItem.As(JavaObject).RunMethod("setTextAlignment", Array("CENTER"))
lblItem.Text = colroot.Get("title")
Dim Ico As B4XBitmap = Base64EncodeDecodeImage.Base64StringToImage(colroot.Get("photo"))
imgItem.Bitmap = Ico
lblAddonPrice1.Text = colroot.Get("charges")
clvItem.Add(Pnl,"")