Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New sample: Selectable TextBlock (#1578)
<!--- Provide a general summary of your changes in the Title above --> ## Description As title suggest. ## Motivation and Context Many people are not aware of `TextBlock` is selectable and use `TextBox` instead which may have higher overhead. So I made this sample. ## How Has This Been Tested? Mnaual ## Screenshots (if appropriate): ![image](https://github.com/microsoft/WinUI-Gallery/assets/42881734/cf154abe-6700-4b1b-90c0-695096fda9b4) ## Types of changes <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change)
- Loading branch information