You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for reporting this problem devuxer! I was able to reproduce it in my Microsoft Visual Studio Enterprise 2015 (14.0.23107.0). I included your sample code for ListBox in the ThemeBrowser to make it easier for others to see (71b640c). Not only did I see it for ListBox, but for other controls as well. This looks like a problem in the designer to me and I will try to escalate it to WPF Team.
So far I haven't found a workaround. I will update this issue when I get more information.
List boxes have stopped working in the designer since upgrading to Visual Studio 2015.
The following exception occurs if the items in the list box exceed the height of the list box:
If you uncomment the last ListBoxItem in this code, the designer will choke on it:
The text was updated successfully, but these errors were encountered: