Skip to main content

Microsoft Silverlight

Advanced Forum Search Results

  • Re: ScrollViewer layout bug with TextBox

    Yes, I believe that was the issue.  Hopefully all aspects of this bug were taken care of - it did much wierder things in the custom control I was writing.  Not only was the outline of textbox's scrollviewer in the wrong place, but the text in the scollviewer would move around seemingly randomly and mouse clicks weren't being ...
  • Re: ScrollViewer layout bug with TextBox

    That might work in some situations, but not in our case.  We animate on the opacity to smoothly fade in the control, and the user actually has to be able to interact with the textbox while it is invisible, so Visibility.Collapsed won't work.  Using Visibility also causes odd behaviour when switching between visual states that both ...
  • ScrollViewer layout bug with TextBox

    Hi, This problem is driving me up the wall.  I thought it was something I was doing, so I created a quick test application to see if I can reproduce it, and sure enough I can.  Shown here is just a simple situation where this bug is visible, but it wrecks havoc on my much more complex custom control. When you hide the textbox (using ...
Microsoft Communities