TabControlAdv cutoff bug

I am using ver 5.201.0.25

I am using the TabControlAdv with the following settings:

this.tabControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tabControl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
this.tabControl.KeepSelectedTabInFrontRow = false;
this.tabControl.Location = new System.Drawing.Point(2, 0);
this.tabControl.Multiline = true;
this.tabControl.TabGap = 5;
this.tabControl.TabIndex = 0;

Occassionally when a tab is added, or when the window is resized, and a new row of tabs is created, the top tab row can be cutoff.

By resizing the window the spacing is adjusted and fixed, but I would prefer to avoid the problem w/o the user having to resize.

The attached screen shots shows the bug and how it works if resized.

By setting the tabControlAdv.AdjustTopGap sufficiently large, this is avoided - however then there is a great deal of empty and unused space at the top most of the time.

Is there a way to avoid this problem, or is there a new build that fixes this bug.

Thanks



screens.zip

1 Reply

AD Administrator Syncfusion Team April 3, 2008 02:37 AM UTC

Hi Doug,

Thanks for using Syncfusion products.

I am afraid that I was not able to reproduce the issue that you mentioned here. Also I have created a simple sample to test this issue and it is available in the following link:

http://websamples.syncfusion.com/samples/Tools.Windows/I72731/main.htm

Also please refer to the video clip given below:

http://websamples.syncfusion.com/Video/videoclip_72731.zip

Please have a look at the above sample and video clip and if still the issue exists, could you please try reproducing it in the above sample and send us the modified sample in which this issue occurs so that we could sort out the cause of the issue and provide you a solution?

Regards,
Vinoth


Loader.
Up arrow icon