brswan

Results 8 comments of brswan

using @squeakycheese75 method works but I cannot get a scatter3d chart to work this way. Are there some other parameters to createPlotlyComponent? Nevermind, the basic dist does not have scatter...

It appears I was able to solve my data grid sluggish issue by making my own DataGrid class and returning null in OnCreateAutomationPeer. I'm not sure what ramifications this may...

I found a solution that works for my problem. I had to override the Windows class. From there you override the OnCreateAutomationPeer() method. ``` public class CustomWindowAutomationPeer : FrameworkElementAutomationPeer {...

I tried @batzen reflection solution but it did not help with my datagrid when a combobox is opened. @LoRdPMN It appears I was able to solve my data grid sluggish...

> hello i have it will send U morning :) Thank you! I would love to see your solution.

> I tried @batzen reflection solution but it did not help with my datagrid when a combobox is opened. > > @LoRdPMN > > It appears I was able to...

I found a solution that works for my problem. I had to override the Windows class. From there you override the OnCreateAutomationPeer() method. ``` public class CustomWindowAutomationPeer : FrameworkElementAutomationPeer {...