tabsplitter initialization speed

this.tabSplitter = new Syncfusion.Windows.Forms.TabBarSplitterControl(); and this.tabSplitter.EnabledColor = System.Drawing.SystemColors.WindowText; take an inordinate amount of time (profiling). I would expect the second statement to not do much work if the tabSplitter or parent is in SuspendLayout, inVisible, etc., but can''t find anything to stop the work. Thanks, Greg

Loader.
Up arrow icon