Re: enable/disable buttons based on ListView selection



Nicholas Paldino [.NET/C# MVP] wrote:
Brandon,

To be honest, any comparisons to Java are rather moot, as there is are no direct analogies between the model for visual controls there, and those in .NET.

The comparisons are only for your reference to help you visualize what I'm talking about in case I don't give good descriptions.


What are the events that you are connecting to in order to determine when to enable/disable the buttons? Also, what mode are you viewing the listview in?



I'm connecting to the click event. I mentioned in the previous post I'm using the list view of the listview control.
.