I am using ObjectListView to display a list of items. However columns are not getting sorted when I click on the column headers.
I am trying to create a legend of sorts using ObjectListView in Python. I am able to accomplish this, using wx.PaintDC, DrawText, and DrawRectangle in wxPython, but it doesn\'t look very good becaus
In normal ListView I usually generate columns on fly with something like: var list = new List<ColumnNameSize>();
I\'m using ObjectListView and I\'m trying to wrap the text in a column. I have 2 columns and have set the WordWrap property of the second column to true. It doesn\'t appear to work.
How would I create an event for when a box is checked/unchecked?For this example I just want it to print the data about the object that was checked
I can\'t check or uncheck checkboxes in my TreeListView for some reason. Well, I didn\'t set AspectName because my top level class didn\'t contain a corresponding property but I used a delegate inste
I want to use ObjectListView in a project coded in VS 2010. Therefore I did the following things: Downloaded the project
I\'m using objectlistview (olv) to display sets of child attributes dependent on a master record. it\'s a c# app that uses linq. i do not use olv as a row editor; instead, i pop out the underlying chi
good morning. i am not a computer scientist by education, so please overlook any shady term abuse. in my framework, a base form called Record opens form RecordDetail as dialog. for example, RecordCl
I have a list that updates ObjectListView, it previously worked, but in troubleshooting a different issue, I somehow broke it but now can\'t figure out why its not working.