Popup styled window
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Trying to create a custom listbox control, but have run into a roadblock here. The popup list cannot be made to float as the common control's version does. Is there not some style to be applied to a window resulting in not being clipped by its container? The framework is obviously capable, looking at the menu component and the dotnet combobox, but I need to know where to look.