Tuesday, October 2, 2018

Best C# control for my case?

I am tasked with adding two columns to an existing ListView control, where each row will contain a checkbox in the column. It seems like this is not supported out of the box in C# for this control. Is there some control I should use where I can just add a 'cell' with a checkbox, without the checkbox being forced to the left of the row? I am open to refactoring the control into a new class to make this happen.

Best C# control for my case? Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team