List View Colors
Hi Andrew
I have been looking at your List View and experimenting with the different functions.
This puts color for the whole Row.
Is there any way of putting color for individuals (item and sub-items)?
Also there is:
SetColumnAlignment
SetColumnWidth
SetColumnTitle
Is there a way of SetColumnBackColor for the whole Column?
Setting the FontSize: Int32 [I/O]
lv1.FontSize = 12 changes the Header font size. Is there a way of setting the LV font size?
Hi Andrew
I have been looking at your List View and experimenting with the different functions.
B4X:
lv1.SetItemBackColor(index, cRed)
lv1.SetItemForeColor(index, cYellow)
This puts color for the whole Row.
Is there any way of putting color for individuals (item and sub-items)?
Also there is:
SetColumnAlignment
SetColumnWidth
SetColumnTitle
Is there a way of SetColumnBackColor for the whole Column?
Setting the FontSize: Int32 [I/O]
lv1.FontSize = 12 changes the Header font size. Is there a way of setting the LV font size?