python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Broken cursor in InkCanvas (WPF)
I created simple application with drawing canvas (InkCanvas) in C# WPF, which look like this (normal):
But when I run same application on VirtualMachine (Windows 10 in VirtualBox), cursor looks broke...
OF Ouch
Votes: 0
Answers: 0
UWP InkCanvas no "EditingMode" or "DefaultDrawingAttributes" properties
I am building a react-native module in c#. I want to create an InkCanvas. My XAML-File looks like that:
<UserControl
x:Class="InkCanvasModule.InkCanvasControl"
xmlns="http://schemas....
Azus Dkk
Votes: 0
Answers: 0
Wrong order of redo and undo strokes?
I want to implement undo and redo of inkcanvas strokes.
I want to implement redo and undo that can operate multiple times in a row.
I don't know where is the problem with my code.
Please help me.
My c...
LSQ
Votes: 0
Answers: 1
WPF InkCanvas unable to Select items when using Touch and EditingMode is select and ParentControl.IsManipulationEnabled=True
My question is how to Select items in InkCanvas using Touch when the parent control and inkcanvas IsManipulationEnable = true.
I am experiencing an issue with InkCanvas that will not show the Select a...
j.j. Pita
Votes: 0
Answers: 0