RicoSuter / MyToolkit

MyToolkit for .NET
http://mytoolkit.io
Microsoft Public License
339 stars 76 forks source link

Can't see Scrollbar #78

Open martinezwilmer opened 7 years ago

martinezwilmer commented 7 years ago

Hi, I created a Gridview and declared 5 DataGridTextColumn y 1 DataGridTemplatedColumn, but i can't see the scrollbar, i set ScrollViewer.IsScrollInertiaEnabled="True" ScrollViewer.VerticalScrollMode="Enabled" ScrollViewer.VerticalScrollBarVisibility="Visible" but still can't see the scrollbar, am i missing something??

Thanks, great control.

martinezwilmer commented 7 years ago

Ok, i discovered what happend. The thing is that we have to set de Height property manually, so if we need that the control autosize to a parent size or whatever we sould calculate and set the height dynamically.