Notifications
Clear all
0
August 17, 2022 8:16 pm
Topic starter
Have tried various ways but basically:
For colPtr As Integer = 0 to DataViewListBoxStyle1.ColumnCount - 1
DataViewListBoxStyle1.HeadingBGColor = &c0000FF
DataViewListBoxStyle1.HeadingBGAlpha = 125
Next
1 Answer
0
August 18, 2022 8:58 am
You'll need to disable the system style headers in the inspector or with UsesSystemHeaders=false.