Completed
Last Updated: 10 May 2016 06:12 by ADMIN
ADMIN
Hristo
Created on: 11 Feb 2016 11:47
Category: Tools for WinForms: Visual Style Builder, Control Spy, Shape Editor, Element Hierarchy Editor
Type: Bug Report
0
FIX. RadSplitContainer - FillPrimitive set to the SplitterElements is not persisted
Workaround: change the backcolors of the splitters at run-time

foreach (SplitterElement splitter in this.radSplitContainer1.Splitters)
{
    splitter.BackgroundFill.BackColor = Color.Red;
}
0 comments