Hi,
I am using an Infragistics UltraTabControl and I have just notices some unusual behaviour between the 2 tabs.
Both Tab 1 and 2 have AutoScroll set to True.
Tab 1 shows the page correctly. As you can see in the image below, the fields need more room and the scroll bar is available:
Tab 2 however, even though AutoScroll is also set to true, it is not showing the scrollbar when needed:
I have looked through the properties and I cannot see anything unusual. I have attached them also:
Tab 1
Tab 2
Where is my Tab scrollbar?
Any ideas? Do you need to know any more info?
CheersJason
I was experiencing a similar issue where the scroll bars weren't appearing on one tab but they were on another tab.
The tab that wasn't display the scroll bars had a UserControl with a MinimumSize set and all Anchors set (i.e. Top, Bottom, Left, Right).
Therefore, when the tab control was resized the UserControl would resize with it because of the Anchors. However, once the tab control was resized to a size smaller than the UserControl's MinimumSize, it should display scroll bars because the UserControl would be outside of the visible area.To resolve this issue, I cleared the MinimumSize and set the Anchors to Top,Left, the scroll bars appeared.I'm using Infragistics2.Win.UltraWinTabControl.v8.2 - 8.2.20082.1000
Thanks,Garry
Hi Mike,
Thanks for looking at this.
I will try and replicate the issue in a clean solution to see if it is just something about the way I set these controls up that may be causing it. If it still happens and I cannot figure out why, then I will look into submitting it as a support issue.
Many thanks
Jason
The only thing that seems weird to me is the Size properties. They are listed as 937, 442, but from the screen shots it looks like the widths should be closer to the heights. Is it possible your tab control has been sized larger than its container and its right edge is hidden? If not, it looks like a bug and I would recommend submitting the issue to the support group: http://devcenter.infragistics.com/Protected/SubmitSupportIssue.Aspx.