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.89k stars 1.38k forks source link

[Feature] Simplify/Remove TileControl? #3631

Closed michael-hawker closed 2 years ago

michael-hawker commented 3 years ago

Describe the problem this feature would solve

The TileControl seems like it should be able to be replaced by our PipelineBrush's TilesBrush (assuming we can get offset and animation type support to it) as well as WinUI's ParallaxView

Describe the solution

Validate that the TilesControl scenarios could be handled via Brush animation and the ParallaxView controls (i.e. see if we can use a TilesBrush with the ParallaxView in a FlipView or something like our sample...

FYI @RosarioPulella wonder if this is worth a bit of investigating before refactoring the control more? @Sergio0694 any pointers on where we can investigate more about the effect generated from the TilesBrush in our code base and the Win2D docs?

Related to #3594

ghost commented 3 years ago

Hello, 'michael-hawker! Thanks for submitting a new feature request. I've automatically added a vote 👍 reaction to help get things started. Other community members can vote to help us prioritize this feature in the future!