-
I have the code as shown above working for a combobox.
I have 2 problems. When I change the value in the combo box the object value is displayed blank. Also the combo box is in the first colum and I have to press F2 to get the dropdown box. Is there any way to change this so that just clicking in the cell will work.
void Olv_ToCellEditStarting(object sender...
2009-09-27 04:32:32 UTC in ObjectListView
-
Is there a way in code to hide columns the same way as if you right click the listview header and untick a column. If so how is this done.
2009-08-29 07:40:04 UTC in ObjectListView
-
A cut down version of my test code is below. I was expecting the listview to scroll to the selected item after adding. This is not happening and wondering what I am missing or not understanding. I am using version v2.2.1
object selecteditem;
selecteditem = this.olvItems.GetSelectedObject();
AuctionItemsList.Add(new AuctionItems(2, "qwasxz", 52, 3, "Lot 3"...
2009-08-26 09:58:50 UTC in ObjectListView