1
I need to count checkboxes that are marked on a panel and are horizontal. It’s Windows form, C#. I couldn’t format a listbox to the horizontal, so it’s in a panel. But I’d like to count them and access them with a loop. I tried to concatenate the names that are in sequence, tried via code, also without success. Anyone has any suggestions?