ScrollViewer always visible ? #17861
Replies: 4 comments 8 replies
-
Why do you have a SV inside a SV? That doesn't work correct for sure. Solition js to use one single SV and Horizontal and Vertical both set to Visible |
Beta Was this translation helpful? Give feedback.
-
Well this is only example. My real app is bit more complicated and looks like this :
It is important to slide left and right all components and den up and down only part of them. Thanks of that I always can see Grid containing headers. That's why I added two ScrollViewer 's. |
Beta Was this translation helpful? Give feedback.
-
Wow @msneijders you are genius !
Thanks of that I just must add to this control two ObservableCollection Naglowki :
And Wiersz
Maybe this code will be useful to someone else. |
Beta Was this translation helpful? Give feedback.
-
Why don't ppl directly share what the goal is? If I knew it from the beginning, I'd have pointed you there: https://github.com/wieslawsoltes/DataBox |
Beta Was this translation helpful? Give feedback.
-
Hello.
This is simplified version of my app :
Its produce window like this :
This window have two ScrollViewer first is visible on the bottom but second one appears when first is on most right.
It's looks like that :
And now the question it is possible to enforce second ScrollViewer to be always visible ?
Something like that :
Beta Was this translation helpful? Give feedback.
All reactions