Android Question AS SelectionList fontsize and color

stp

Active Member
Licensed User
Longtime User
I select in designer the fontsize and the color for my list, but it does not apply.
How can i select fontsize and color in the As_Selectionlist ? Any clue?
 

stp

Active Member
Licensed User
Longtime User
code:
AS_SelectionList1.ItemProperties.xFont = xui.CreateDefaultFont(15)
AS_SelectionList1.SelectedItemProperties.xFont = xui.CreateDefaultFont(15)
    
AS_SelectionList1.SubItemProperties.xFont = xui.CreateDefaultFont(15)
AS_SelectionList1.SelectedSubItemPropertiess.xFont = xui.CreateDefaultFont(15)

thank you :):):):)
 
Upvote 0
Top