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
695
drag and drop invoked when resizing columns
posted

Hi I am having an issue with column resizing when the drag and drop is enabled on xamDataGrid.

Basically if i don't select a record, resizing columns will be working fine. But if i select a record (ActiveRecord != null) and then do a column resizing, drag and drop will be performed prior to resizing.

I noticed that

PreviewMouseLeftButtonDown(object sender, MouseButtonEventArgs e)

and PreviewMouseDown(....)

will not be able to catch the left button click on the column vertical lines.

How can I resolve this? Thanks.