I posted a similar question and the problem could not be replicated. I also though it might have been the workstation and all the libraries, controls, et. al. installed on the machine.
Problem exists with a new Windows 10 workstation. Using Infragistics ASP.NET 2017.2; controls used in set Infragistics45.Web.v17.2, Version=17.2.20172.2095
This is the problem (see image) - created a web application in VS 2017. Open a new Web Form and place a WebTab on the form. Expand the webtab to almost the size of the screen and you can see a blank footer / empty space at the bottom of tab. Nothing done removes or resizes this dead area.
Environment :
Windows 10 Professional
.NET Code 2.0.8 Windows Hosting
.NET Core Runtime - 2.0.7 (x64)
.NET Core Runtime - 2.0.7 (x32)
.NET Framework 4.5 Multi-Targeting Pack
.NET Framework 4.5.1 Multi-Targeting Pack
.NET Framework 4.5.2 Multi-Targeting Pack
Visual Studio 2008 Professional - ENU
Visual Studio 2017
Visual Studio Tools for Application 2015
Visual Studio Tools for Application 2015 Language Support
Is there any update about this issue? I posted the environment a while back. Let me know if anything else is needed.
Hello Mark,
Thank you for getting back to me.
Take your time, test with the latest service release and let me know whether the described behavior still persists.
Please feel free to contact me if you need any further assistance.
Vasay,
Posted 2 hours ago new results - same as before. You will have to wait for you over over the top content filters to see the results.
Upgrade to the latest version and the results are exactly the same. Instead of using the existing application, created an empty project and added to web tabs (inside a DIV and another outside); the results are the same and there is still a footer - I cannot get the tab to be the size of the actual tab container. Here is the source for the form:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication2.WebForm1" %>
<%@ Register assembly="Infragistics4.Web.v17.2, Version=17.2.20172.2123, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" namespace="Infragistics.Web.UI.LayoutControls" tagprefix="ig" %>
<!DOCTYPE html>
<html xmlns="">www.w3.org/.../xhtml"><head runat="server"> <title></title></head><body> <form id="form1" runat="server"> <div> <ig:WebTab ID="WebTab1" runat="server" BorderStyle="Solid" DisplayMode="MultiRowAuto" Height="361px" Width="1039px"> <tabs> <ig:ContentTabItem runat="server" BorderStyle="Double" Text="Tab 1"> </ig:ContentTabItem> <ig:ContentTabItem runat="server" BorderStyle="Double" Text="Tab 2"> </ig:ContentTabItem> </tabs> </ig:WebTab> </div> <ig:WebTab ID="WebTab2" runat="server" BorderStyle="Solid" DisplayMode="MultiRowAuto" Height="382px" Width="1038px"> <tabs> <ig:ContentTabItem runat="server" FrameBorder="True" FrameScrolling="False" MarginLeading="0px" MarginTrailing="0px" Text="Tab 1"> </ig:ContentTabItem> <ig:ContentTabItem runat="server" Text="Tab 2"> </ig:ContentTabItem> </tabs> </ig:WebTab> </form></body></html>
Designer View with the footer:
Hello Vasya,
I had a production release and was holding off on upgrading until the next dev cycle, but will try the update and see.
Will post back with results.
Mark