SplitterColor Question |
Post Reply |
Author | |
DougieDoug82
Newbie Joined: 11 September 2007 Location: United States Status: Offline Points: 1 |
Post Options
Thanks(0)
Posted: 11 September 2007 at 11:14am |
I can't seem to get the splitter color to change. It always stays the default gray. here is my code:
dockManager.PaintManager.SplitterColor = ( uint)Color.White.ToArgb();I have tried it with the following after as well. dockManager.RedrawPanes(); dockManager.Refresh(); If i change the styling to like the 3D then it shows up but the color never changes. Any ideas? |
|
Doug
|
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Doug,
Try this for example:
dockManager.PaintManager.SplitterColor = 65535 (a long value)
This should paint the splitters yellow
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |