I'm Using the UltraTabControl build 9.2.20092.2042 and using Visual Studio 2008 with SP1. In the UltraTabControl, I open the Shared Controls page and paste in the controls that I want to share. After that, I go to one of the tab pages on the same UltraTabControl and manipulate some controls (I think pasting controls is the kicker). After that, the shared controls are no longer shared, and become specific to the tab that I'm currently working on, i.e. they are no longer visible on the other tabs. Is anyone else encountering this issue?
Hi
We're also having this issue and it seems to have become more of a problem recently. Was there any solution?
Steve
Hi Steve,
Here's the response on the ticket that was created.
Thanks for your patience. I heard back from the developers on development issue 27418. Based on the feedback from development the behavior you described is not a bug in our control. This is a bug in the shape control designer support. One possible workaround for this issue is by placing the shape in another container, such as a Panel control, on the shared controls page. Please implement the workaround in your project. Please let me know if you have any further questions with this issue.
Thanks for your patience. I heard back from the developers on development issue 27418. Based on the feedback from development the behavior you described is not a bug in our control. This is a bug in the shape control designer support.
One possible workaround for this issue is by placing the shape in another container, such as a Panel control, on the shared controls page. Please implement the workaround in your project.
Please let me know if you have any further questions with this issue.
So I guess there's no resolution from the infragistics side. Since all I needed were lines, I went another route where I just created panels that had a solid border and height of 1 which looks just like a line. Another thing you could use would be to use the Graphics class to try to achieve your goals.
http://msdn.microsoft.com/en-us/library/4cy2c290(v=VS.100).aspx
Good luck, I hope either of these solutions will work for you.