B4A Library [B4X] [XUI] XQ MiniListButton

A small button, that changes/cycles values from a list. Very useful, to allow user to select specific values from a list.

Features:

  • Change background and text color
  • Customizable text label width/size
  • Customizable icon label width/size
  • Can adjust icon spacing/padding
  • Change Event
  • Reversible Layout



View: xq_minilistbutton
Author: xqtr
Version: 1.00
Depends: XUI

  • Fields
    • Background As Int
    • Reverse As Boolean
    • Elevation As Int
    • CornerRadius As Int
    • ItemIndex As Int
    • Padding As Int
    • ChangeChar As Char
    • Icon As B4XView *
    • Items As List
    • Selection As String
    • Text As String
  • Events
    • Change
  • Functions
    • Refresh 'Applies changes like color/size
    • Redraw 'Complete redraw of view
*The B4XView is Label



Releases
  • v1.00// 2024-03-31
    • Initial Release


Screenshots

Screenshot_1711904365.png


paypal-donate-button-450x174.png
 

Attachments

  • xq_minilistbutton.b4xlib
    2.2 KB · Views: 30
  • xq_minilistbutton-example.zip
    17 KB · Views: 36
Top