Hi I've created an IntegerTextbox (inherits Textbox). I've registered the control by calling: BrightIdeasSoftware.ObjectListView.EditorRegistry.Unregister(GetType(Integer)) BrightIdeasSoftware.ObjectListView.EditorRegistry.Register(GetType(Integer), GetType(IntegerTextbox)) The IntegerTextbox has a value property: Public Property Value As Integer Get Dim num As Integer If Integer.TryParse(MyBase.Text, num) Then Return num Else Return 0 End If Return num End Get Set(value As Integer) MyBase.Text =...
Since my data set is small i copied it to a new ListView control and used it to draw...
Hi I'm drawing an objctlistview to a bitmap. The backcolor of some rows are changed...
BoxObj on log y axis