|
-
Oct 26th, 2006, 12:05 PM
#1
Thread Starter
Fanatic Member
-
Oct 26th, 2006, 02:13 PM
#2
Re: Flexible grid cells (ListViewSubitem backcolor property)
since you are using .NET 2.0, you could set ownerdraw to true for the listview, which will then raise the paint events so you can draw the items yourself using whatever colors you want.
-
Oct 26th, 2006, 04:32 PM
#3
Thread Starter
Fanatic Member
Re: Flexible grid cells (ListViewSubitem backcolor property)
Nevermind, found what I was looking for: I just needed to set the UseItemStyleForSubItems of each ListViewItem set to false for it to work...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|