Print Page | Close Window

SplitterColor Question

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Docking Pane
Forum Description: Topics Related to Codejock Docking Pane
URL: http://forum.codejock.com/forum_posts.asp?TID=7974
Printed Date: 07 February 2025 at 9:22am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: SplitterColor Question
Posted By: DougieDoug82
Subject: SplitterColor Question
Date 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



Replies:
Posted By: Aaron
Date Posted: 30 January 2008 at 7:30am
Doug,
 
Try this for example:
dockManager.PaintManager.SplitterColor = 65535 (a long value)
This should paint the splitters yellow



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net