Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
15
XamDataTree Drop when full
posted

Hi

I have a XamlDataTree that I drag upon from a different XamDataTree. I can drop items bellow the last item and the new item is added. But when the window is full, there is no more place under the last item, and so, I can't drop an additional item (or it is very difficult since there is very little space which should be exactly located and there is no indication the mouse is hovering over it).

I also tried adding ScrollViewer.CanContentScroll=true and ScrollViewer.VerticalScrollBarVisibility=true hoping that will help but it didn't (also no scrollbar appeared).

So my question if it's possile to create some padding from the bottom of the control where new items can be dropped even if the control is full or perhaps there is a different solution.

Thanks

I am using version 16.1

Parents Reply Children