xylieong

Results 3 comments of xylieong

Could we make Height and Width of the Pane item following its content?

Thanks Brian from [Stack Overflow](https://stackoverflow.com/questions/30545764/displaying-ply-point-cloud-in-c-sharp-using-helix-toolkit) You need to use PointsVisual3D & HelixToolkit.SharpDX.Core.Assimp.Importer instead. ``` var importer = new Importer(); var scene = importer.Load(filePath); if (scene == null || scene.Root ==...

The Header and TrailingContent work except for it disables click to select the window and move the window when user clicks on the area with TextBlock, even with IsHitTestVisible of...