Selections in EditList Control

Is there a way to get the control to not show you the text box everytime you click on a row? Also, can the button be turned off? This control seems an awful lot like the listbox control on Tools/Options/Directories in VC++ 6 and to bring the edit box up there, you click once to highlight and then click again to edit, which would be the behavior I would like since I don't want it going into edit mode everytime I click on a row.

3 Replies

AD Administrator Syncfusion Team August 30, 2002 04:11 PM UTC

Daniel, We have fixed this bug. Our next version should start editing only if the item is already selected. We also introduced a WantButton property that will let you specify whether or not you want a button. Please look for this in our next revision (in approx. 3 weeks time). Regards, Praveen


DT Daniel Thomason August 30, 2002 08:57 PM UTC

Good deal on getting the behavior fixed. One more question while were on the topic of this control. How can I make a specific item go into edit mode programmatically? Basically something simular to what a ListViewItem's BeginEdit() method does.


AD Administrator Syncfusion Team September 3, 2002 06:54 PM UTC

Use the boolean Editing property to turn on editing. -Praveen

Loader.
Up arrow icon