-
I'm using an inkCanvas in a UWP application, when I change the property InputDeviceTypes events like PointerExited or PointerMoved are not fired anymore, it's a bug or shall I subscribe to different e…
-
## Describe the bug
A clear and concise description of what the bug is.
Drawing with finger (and probably pen too) on InfiniteCanvas is really slow and glitchy
- [ ] Is this bug a regression …
-
I have been unable to get the drawing strokes to register/render on the [InkCanvas ](https://docs.microsoft.com/en-us/uwp/api/windows.ui.xaml.controls.inkcanvas?view=winrt-19041)as a Native UI compone…
-
### Description
I crated a custom control to host an `InkCanvas` in an app, but when placed inside a ``, the ink does not work.
### Steps to Reproduce
1. Create a new Forms view
2. Create a …
-
In the sample app Complex Ink (look here https://github.com/microsoft/Windows-universal-samples/blob/master/Samples/ComplexInk/cpp/Scenario1_CustomDry.xaml.cpp), it is mentioned that: "InkCanvas has a…
-
## I'm submitting a...
Feature request (UserVoice request: )
## Current behavior
Haven't a sample for HandWritingView in textBox on XamlIsland.
## Expected behavior
…
-
The app is written using UWP but the exception is coming from `Windows_UI_Xaml!HWCompTreeNodeWinRT::UpdatePrimaryVisualTransformMatrix` (Please kindly let me know if I need to move this to https://git…
-
Hello friend! I hope you are well.
Recently I was testing new features of 1.5 RC 2 ppink and it's amazing thanks for that!
But I have a little issue with the magnetic effect(I've also noticed this …
-
I added an InkCanvas to a ListView in some Microsoft internal test code, and was surprised when the ListView's background was visible in the app but no input reached the InkCanvas until I set the widt…
-
## Describe the bug
Commercial application I work on uses WPF and .Net Core 3.0 targeting Windows 1903 and up. Application has an XAML Island with UWP's TreeControl inside WPF's Prism module View. It…