customlistview height

  1. Z

    Android Question customlistview adding panels

    hi.... here is my code.... pnlClv.Top=lblTitle.Top +lblTitle.Height pnlClv.Left=0dip pnlClv.Color=Colors.Black'' 0xFFFFA500 pnlClv.Width=Activity.Width pnlClv.Height=100%y''-lblTitle.Height-imgLogo.Height CLV1.AsView.Top=0dip CLV1.AsView.Left=0dip CLV1.AsView.Width=100%x CLV1.sv.Width=100%x...
  2. mcqueccu

    Android Question How to set Customlistview item height correctly

    In the Example Attached, I have a layout cellItem where I added 3 panels with height 250 and taking into consideration space at top and bottom of 10. Total of panels: 250 x 3 = 750 total of spaces: 10 x 2 = 20 Overal Total: 770dip. When I set the height as 770dip, B4J scrolls perfectly up to...
Top