How to color column...
 
Notifications
Clear all

How to color column heading background

1 Posts
2 Users
0 Likes
467 Views
0
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

You'll need to disable the system style headers in the inspector or with UsesSystemHeaders=false.