heightchanged

  1. H

    Android Question resize a CustomListView in a Keyboard_HeightChanged event?

    How do i resize a CustomListView on runtime? I found nothing to height of a CustomListView on runtime. My Keyboard_HeightChanged: Sub Keyboard_HeightChanged(NewHeight As Int, OldHeight As Int) 'since CustomListView1.height is not exist. What can i use? Button1.Top = Button1.Top -...
Top