pixels

  1. saeed10051

    Android Question Placement of controls at runtime

    Dear All, I have an app in which i am putting swiftbutton programatically at a location which is almost at the middle of the screen, i am using following code. Dim lv As LayoutValues lv = GetDeviceLayoutValues mpos = (lv.Height/4.3) For i = 1 To 26 lpos =...
Top