RUNO Active Member Licensed User Longtime User Aug 23, 2020 #1 Some properties not found if I create panel by code not designer like ( corner radius - border width ) Any help
Some properties not found if I create panel by code not designer like ( corner radius - border width ) Any help
Biswajit Active Member Licensed User Longtime User Aug 23, 2020 #2 Use ColorDrawable/ShapeDrawable. Initialize with color and corner radius values. Then set that to panel's background. Upvote 0
Use ColorDrawable/ShapeDrawable. Initialize with color and corner radius values. Then set that to panel's background.
Erel B4X founder Staff member Licensed User Longtime User Aug 23, 2020 #3 B4X: Dim pnl As B4XView = XUI.CreatePanel("") pnl.SetColorAndBorder(...) Upvote 0