Nov 30, 2007 #1 plork123 Programmer Mar 8, 2004 121 GB hi there Is someone able to tell me how i programatically add a button to each row in a ListView? any help much appreciated
hi there Is someone able to tell me how i programatically add a button to each row in a ListView? any help much appreciated
Nov 30, 2007 #2 misterstick Programmer Apr 7, 2000 633 GB why do you need a button particularly? they're not really part of the datagrid model. couldn't you trap the doubleclick event if you just need to do a single thing for the row? if you need to do more than one thing to a row, add a ContextMenu and attach event handlers to that. mr s. < Upvote 0 Downvote
why do you need a button particularly? they're not really part of the datagrid model. couldn't you trap the doubleclick event if you just need to do a single thing for the row? if you need to do more than one thing to a row, add a ContextMenu and attach event handlers to that. mr s. <
Nov 30, 2007 #3 JurkMonkey Programmer Nov 23, 2004 1,731 CA http://weblogs.asp.net/jan/archive/2004/01/06/48032.aspx Give that a shot http://www.ubuntu.com/ Upvote 0 Downvote