jbooth88

Results 9 comments of jbooth88

I think setting DataGridAssist.EnableEditBoxAssist="False" resolves the issue? Unfortunately it re-establishes the double-click to edit (default) behaviour. My uneducated guess would be that the AllowDirectEditWithoutFocus() method appears to work the first...

I came here to add a feature request for this topic, and found this thread. As of version 8.3.27 I think this is still happening. I encountered my own issue...

Is this related to #3250? If the helper text is a popup, it's a reasonable explanation about why this is happening

I think the root cause if this behavior is how the base button styles have setters such as `TextBlock.FontSize` and `TextBlock.FontWeight`. Normally having setters like these are not an issue,...

This issue popped up in the ReactiveUI DynamicData slack channel, so there's a good chance Roland will see it. I think the DynamicData git repository is located here: https://github.com/reactivemarbles/DynamicData

I think I came across another scenario where there's a use case for sorting before binding. If the output collection is a base type, but the observable stream coming in...

I will switch our organization's apps to Roland's suggestion over time. I tested with one project and it seems to work just fine. I had thought there were some issues...

That is covered in "Scenario 3" in the sample project I provided. It works only if the DialogHost was not already loaded/initialized prior to the window constructor call (which I...

Adding a highlight to the tab header on mouse-hover makes sense. However changing the mouse cursor does not follow the WPF framework defaults for the for tab control. I also...