Hello,
How can I move the dotted selection rectangle to the checked item in the ultraoptionset ?
Kindly check the screenshot attached.
One of the item in the ultraoptionset has been checked, but the focus still shows on the very first item in the list.
Thanks
Hm, there's no screen shot posted here. But I think I know what you mean. You must be selecting the item in code, so the focus rectangle doesn't move, since the item is not focused. So you probably just need to set the FocusedIndex property to the CheckedIndex.