xaml - C# WPF - ScrollViewer + Label troubles -


I tried to create a scrollwife with my label

   & Lt; / ScrollViewer & gt;  

For my label MaxHeihgt should be 272, unless the big value gets out of my grid. Can you help me out?

Set MaxHeight on your ScrollViewer, not the label.

The more important the labels should be allowed to grow, the scrollbar will appear when it grows larger than ScrollViewer.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -