jlundqui Posted July 15, 2008 Posted July 15, 2008 I'm using a ListView with Checkboxes, which is working fine. Is it possible to include buttons or other controls as subitems in a ListViewItem? If so, how can I do it? Thanks, Jen
JFee Posted July 15, 2008 Posted July 15, 2008 I don't think that's possible, as ListViewItems are just data holders... What are you trying to do? Regards,Josh
jlundqui Posted July 15, 2008 Author Posted July 15, 2008 I don't think that's possible, as ListViewItems are just data holders...What are you trying to do?Ideally, I'd like a button in each ListViewItem that brings up a dialog with additional information pertinent to that item. If that won't work, I can just add a single button that opens the dialog for the currently selected item.Jen
JFee Posted July 16, 2008 Posted July 16, 2008 You could make it so a double click opens up more information... Regards,Josh
rasim Posted July 16, 2008 Posted July 16, 2008 jlundquiIs it possible to include buttons or other controls as subitems in a ListViewItem?Yes, see a ListView_Progress UDF in my signature muttley
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now