public OzelListbox() { InitializeComponent(); SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint, true); DrawMode = DrawMode.OwnerDrawFixed; disabledIndices = new DisabledIndexCollection(this); }
public ListBox() { DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; disabledIndices = new DisabledIndexCollection(this); }