CommunityToolkit / WindowsCommunityToolkit

The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building .NET apps with UWP and the Windows App SDK / WinUI 3 for Windows 10 and Windows 11. The toolkit is part of the .NET Foundation.
https://docs.microsoft.com/windows/communitytoolkit/
Other
5.87k stars 1.37k forks source link

Add a XamlIsland textbox/richeditbox wrapper to easy to use handwritingview #2646

Closed pengzh0928 closed 5 years ago

pengzh0928 commented 5 years ago

I'm submitting a...

Feature request (UserVoice request: )

Current behavior

Haven't a sample for HandWritingView in textBox on XamlIsland.

Expected behavior

Have an easy sample like MapControl/InkCanvas in XamlIsland sample app.

Minimal reproduction of the problem with instructions

Environment

Nuget Package(s): 
Microsoft.Toolkit.Forms.UI.XamlHost
Microsoft.Toolkit.Wpf.UI.XamlHost

Package Version(s): 

Windows 10 Build Number:
- [ ] Fall Creators Update (16299)
- [ ] April 2018 Update (17134)
- [x] October 2018 Update (17763)
- [ ] Insider Build (build number: )

App min and target version:
- [ ] Fall Creators Update (16299)
- [ ] April 2018 Update (17134)
- [x] October 2018 Update (17763)
- [ ] Insider Build (xxxxx)

Device form factor:
- [x] Desktop
- [ ] Mobile
- [ ] Xbox
- [ ] Surface Hub
- [ ] IoT

Visual Studio 
- [x] 2017 (version: )
- [ ] 2017 Preview (version: )
skendrot commented 5 years ago

I don't think we want to start creating wrapper controls for each control. @azchohfi might be able to add more information here

pengzh0928 commented 5 years ago

XamlIsland have a new repro, close this issue.