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
625
Contents expanding beyound screen border
posted

I have a WebTab I have placed into a user control as part of upgrading from the UltraWebTab, The contents of each tab is a user control which is set in the code behind in various areas of the site. When the tab loads it occasionally extends the usercontrol well beyond the boundries of the screen.

The WebTab has a width set to 100% of it's parent container which it appears to adhere to. The Usercontrols contained within the WebTab also use relative sizing which do not exceed 100%. This should in theory mean that the user control cannot extend beyond the boundries of the WebTab.

Is there a property of the Webtab which is known to cause or indeed fix this issue? I have tried using AutoSize propert yet to no avail I have left it defaulted, explicitly set it to True, False and indeed NotSet however none of these attempts have stopped this unintended behavior.

assembly="Infragistics4.Web.v10.3, Version=10.3.20103.2134, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb"

I am aware this is not an up to date assembly but that is the point behind this upgrade,