DevExpress / AjaxControlToolkit

The ASP.NET AJAX Control Toolkit is a classic set of ASP.NET WebForms extensions.
https://devexpress.com/act
BSD 3-Clause "New" or "Revised" License
287 stars 135 forks source link

Tab Container shows all tab panels messed is Visual studio 2019. #596

Closed teliades closed 1 year ago

teliades commented 1 year ago

Ajax Control Toolkit version 20.1.0.0

Installation was first by nuget package and then by installer in an attempt to resolve issue

I m using visual studio 2019 community edition. If i build a web form with with tab container and 3-4 tab panels the design view is messed up. I cannot distinguis the tab panels and view their individual controls. If i run the web form the result is as expected

Design view in VS 2019

screen2

View in Browser

screen3

teliades commented 1 year ago

It was a matter of styling the TabContainer. Although the same control in VS2005 did not require width size to display correctly in design, in VS2019 the width size must be defined for the control to display properly in design.