Skip to content

Babak-vakili/WPF.CustomControl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom WPF Control Library

Can be customized to fit your application design

Usage

# add to window namespace
xmlns:ui="clr-namespace:UI;assembly=UI"


# notification panel
<ui:Notification x:Name="notification"/>
# add info notification to window
notification.AddNotification(Notification.NotificationType.Info, "info title", "info details", 5);

List of Controls

  • Notification Panel

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT