Hi!
How can I change color of scroll bars vertical and horizontal (for nested panels also)?
I do this:
this.TableElement.VScrollBar.BackColor = Color.Red;
this.TableElement.HScrollBar.BackColor = Color.Red;
but nothing changes.
Regards
System.NullReferenceException: Object reference not set to an instance of an object.
at Telerik.WinControls.Docking.DockSite.CalcSplitterMargin(Splitter& splitter)
at Telerik.WinControls.Docking.DockSite.OnMouseDown(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at Telerik.WinControls.Docking.DockSite.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
------------------------------------------------------------------------------------------------------------------------------------
Note: sub windows are the DockPanels which are added to the DockingManager using SetDock.
Thanks for any help,
Srinivas.