Windows Forms Popup (PopupControlContainer) Overview
9 Dec 2019 / 1 minute to read
A PopupControlContainer is a panel-derived control that allows end-users to populate it with child controls and finally associate the same with a parent control. By default, it’s hidden, and it can be brought into existence when performing events like mouse-down, mouse-up, etc… over the parent control.
Key Features
-
Auto Scroll - Scrollbar will be automatically shown when its items are populated beyond its default size.
-
Auto Close - The pop-up will be hidden when user clicks anywhere outside the container.
-
Keyboard Navigation - By using keyboard dialog keys like Enter, Tab, Esc, etc… we can close the popup.
-
RTL - RTL is used to display the content from right to left.
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page