Avalonia Tutorial: User Controls in Avalonia UI | User Control | Visual studio | Build Cross Platform Applications
Hello folks!!! This is me Ronak, and I am back with a new video on how to use user controls in Avalonia UI
User Controls provide a way to collect and combine different built-in controls together and package them into re-usable XAML. User controls are used in following scenarios −
If the control consists of existing controls, i.e., you can create a single control of multiple, already existing controls.
If the control doesn't need support for theming. User Controls do not support complex customization, control templates, and difficult to style.
If a developer prefers to write controls using the code-behind model where a view and then a direct code behind for event handlers.
You won't be sharing your control across applications.
Hope you all like this video. If you do, please give this video a thumbs up.
Like share and subscribe to my channel.
Links :
http://avaloniaui.net/
https://avaloniaui.github.io/icons.html
Avalonia Tutorial:
• Avalonia Tutorial: How To Show and Hide a ...
• Avalonia Tutorial: Get Started with ActiPr...
• Avalonia Tutorial: Control Themes in Avalo...
• Avalonia Tutorial: Simple ToDo-List in Ava...
• Avalonia Tutorial: TreeDataGrid in Avaloni...
#visualstudio #dotnet #csharp #avalonia #xaml #wpf #crossplatform