Hi
I have a xamDataGrid, populated with data and having few fixed columns on the left side.
When I select with the mouse and extend selection to the right the grid scrolls fine.
When I select to extend to the left the selection goes over the fixed columns and thus does not cause scrolling to the left.
My question is
Is there a way to control this behavior.
I need scrolling to left to happen before the selection is being extended over the fixed to left columns.
Thank you.
Hello,
I am able to reproduce your issue and am currently looking into this. I will get back to you as soon as possible with more information.
hello,
I have obtained a work around for this issue as the control does not have this functionality built in. You will be hearing from the Developer Support Engineer working your case about how we are going to go about getting this functionality built into the control. But for now, I have attached the workaround. You will see that it uses the SelectedItemsChanging event, along with a timer and a check method to see what element the mouse is over. Hopefully, this will work for you.
Hi Steve
Thank you for your reply.
I have downloaded the sample but seams it contains different sample inside than the one you are describing.
Also I would like to notify you that I have created mirror support request to the one Marianne created based on this thread.
This new support request is under our original account, under which we could not open request at the time but now we can. The new support request has same description.
If you are not able to find it let me know, I would share the number with you.
The sample in there is correct. The actual project has a name "RichTextBoxEditors". Don't be fooled by that. It was a sample I had started and then abandoned so I just used it for your issue. Please try the sample as it should do what you want.