Lee McPherson

Results 9 issues of Lee McPherson

Fabric React components use some kind of DragDrop helper...

enhancement

Doesn't respond to overflow setting yet. So some controls with built-in `Tooltip` won't work because they depend on showing the full text only when text is overflowing.

enhancement

I'm using the media-capture plugin on wp81 (universal build) and I decided to fix the orientation problems. When you enter the capture page, it will now check the device orientation...

bug
platform: windows

I tried adding `ShaderMaterial` to the generator project. However, one of the parameters for the constructor takes an `IShaderMaterialOptions`. That has no constructor in the Babylon library, it's just an...

I'm at a loss as to how to add an array of a class type. For example, in `RenderTargetTexture`, you need to add any meshes that you want rendered into...

feature

There is a huge bottleneck for me right now when I try setting decimal arrays of length > 100,000 on the `VertexData` object. It's probably due to the JSInterop layer....

**Describe the bug** When you have a `TreeView` using `ItemsSource` binding and set to `SelectionMode="Multiple"`, the `IsSelected` property is _not_ changed when clicking on the checkbox. Also, the checkbox is...

bug
area-TreeView
team-Controls

I forked your repo, updated Blazor, and have gotten some basic stuff working. I have one small piece that I'm not sure I understand (or maybe you just didn't implement...

enhancement

After playing around with your port of Fabric, I'm having trouble getting around one big problem with server-side blazor. With server-side Blazor, you currently have to wait until after the...

enhancement