How can I format the value list for radio button so that I can evenly distribute the values accross a specific distance.
I dont really even need to have text values associated with the list. I just need to align the buttons with the grapic above.
Thanks,
Erich
Hi Erich,
You can align the radiobuttons by setting the margins property (left/right). These settings will effect each value item separately.
So, for example, if you set the right margin to 5 pixels you will end up with 5 extra pixels between the values.
Excellent, works great
I was playing around with adding spaces, but thats what I was looking for.
Thanks