User Activity

  • Posted a comment on discussion Help on ObjectListView

    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 =...

  • Posted a comment on discussion Help on ObjectListView

    Since my data set is small i copied it to a new ListView control and used it to draw...

  • Posted a comment on discussion Help on ObjectListView

    Hi I'm drawing an objctlistview to a bitmap. The backcolor of some rows are changed...

  • Created ticket #126 on ZedGraph

    BoxObj on log y axis

View All

Personal Data

Username:
johnfromsweden
Joined:
2015-02-10 09:39:08

Projects

  • No projects to display.

Personal Tools