Add space between radiobox items

Hi,

I have created a wx.RadioBox control with 10 radiobuttons in it.
I want to add some space between these radiobuttons so that they dont
look cluttered.
Kindly can you tell me how to achieve this.

Thanks in advance,
Spondita

Use a group of wx.RadioButtons in a wx.StaticBox instead. Then you can position them however you want.

···

On 6/1/12 3:19 AM, Spondita wrote:

Hi,

I have created a wx.RadioBox control with 10 radiobuttons in it.
I want to add some space between these radiobuttons so that they dont
look cluttered.
Kindly can you tell me how to achieve this.

--
Robin Dunn
Software Craftsman