# WPF AdornerPopup **Repository Path**: addyshine/WPF-AdornerPopup ## Basic Information - **Project Name**: WPF AdornerPopup - **Description**: WPF 使用Adorner装饰器实现的类似Popup功能 - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2021-07-01 - **Last Updated**: 2021-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WPF AdornerPopup ## Introduces WPF 使用Adorner装饰器实现的类似Popup功能 ## Features - 支持Net5 - WapComboBox 基于AdornerPopup 封装的ComboBox - 非常非常简单的Mvvm(RelayCommand以及ViewModelBase) - 支持与原生控件Popup改为AdornerPopup(只需要简单修改即可) ## Get started #### 1. Reference Wap(AdornerPopup) namespace ``` xmlns:wap="WPF.AdornerPopup" ``` #### 2. In xaml ``` ``` ## Screenshot ![Image description](https://images.gitee.com/uploads/images/2021/0709/174345_8aca7471_531911.gif "demo.gif") ## Samples #### 1. WapComboBox ``` ``` #### 2. Use the AdornerPopup ``` ```