Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
795
Easiest way to convert System.Windows.Forms.SplitContainer to any other infragistics control
posted

Recently we have started theme based styling of our application. But the styling requires that all the controls on the form should be of infragistics. I am facing major hurdles in converting System.Windows.Forms.SplitContainer in my form to splitter or some other suitable/ similar control. Also note that I am trying to achieve this in code dynamically.(since our designer no longer shows the UI correctly).