ComboBox that looks the same in WPF and Silverlight and implements the IsEditable property in both platforms (the Silverlight ComboBox is not editable).

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public class C1FlexComboBox : TextBox
Visual Basic
Public Class C1FlexComboBox _
	Inherits TextBox

Inheritance Hierarchy

See Also