Is there a way to set the anchor property of a radio button insidt the ultraoptionset control?
I am using two radio buttons or options if that is what they are called and I need one of the radio button to move when the form is resized. I need to set the one of the radio buttons anchor property to bottom left but there does not appear to be any anchor property when I obtain the radio button from the ultraoptionset's Item property?
sfrierdi said:That means everytime the window is resized I have to constantly updata the control
If you want to achieve this behavior with UltraOptionSet - Yes, you need to update the properties on window resize.
Please let me know if you have any further questions.
Regards
Thats a pain. That means everytime the window is resized I have to constantly updata the control. It be alot easiar just to use radio button and mark it as anchor botton right. Thanks I just replace the ultraoptioset with radio buttons
Hello Sfrierdi,
sfrierdi said:Is there a way to set the anchor property of a radio button insidt the ultraoptionset control?
Maybe you could use the properties:
- ItemSpacingHorizontal
- ItemSpacingVertical
- ItemOrigin.X / ItemOrigin.Y
to achieve desired behavior. Please let me know if you have anu questions