Android Question vertical SeekBar

MarkusR

Well-Known Member
Licensed User
Longtime User
i believe a vertical seek bar did not exist because its possible to rotate this in a layout file.
would it be possible to add this rotation property in the form designer?
http://linesmarts.com/How-to-make-a-vertical-SeekBar-in-Android
B4X:
            <SeekBar
                android:id="@+id/camera_sb_expose"
                android:layout_width="180dp"
                android:layout_height="32dp"
                android:layout_gravity="center"
                android:rotation="270"/>
 
Top