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).

Parents
No Data
Reply
  • 53790
    posted

    Hello Puneet,

    There is not easiest way to do this. You should replace your old code with the new one, but the interesting question is why you are not able to use the designer. Please give us more details about the issue with designer. I think that using the designer will be much easier and faster to do  convert.

    Let me know if you have any questions.

Children