Creating Generic DropDown Control in WPF Unknown 2:24 AM 2 Comments Following code snippet shows how to create a custom DropDown control in WPF. Imports System.Windows.Controls.Primitives Imports System.ComponentModel ...