I have a group of radio buttons on the form, which are shaped like a matrix(6x10). I want to draw a pattern or display any number by checking them (i want to use it like dot matrix led). I create radio buttons by software so i can create 60 radio buttons that 20 of them are checked,40 of them are not and draw my pattern but when i change the pattern, i cant draw the new one because if i check one, others become unchecked. I never click on radio buttons everything works on code.
I need to check them separately so is there any way to check one radio button but avoid others to effect from that and let them remain their status?
this is how it looks https://i.hizliresim.com/V9m0Vq.jpg https://i.hizliresim.com/lqmd7l.jpg
when i rotate it, i want all to move towards the ground(bottom of the screen) but only one of them falls.