boxsizer inside a panel

G

Gandalf

the following code's panel elements doesn't react like a table though
is haze boxsizer
What is wrong here? :


panel3=wx.Panel(self,-1,(10,10), style=wx.SIMPLE_BORDER,
size=(370, 150))
panel3.SetBackgroundColour("#ffffff")
text1=wx.StaticText(panel3, -1, 'Hello')
text2=wx.StaticText(panel3, -1, 'text text text
text')
box = wx.BoxSizer(wx.HORIZONTAL)

box.Add(text1, 1, wx.ALIGN_LEFT)
box.Add(text2, 1, wx.ALIGN_RIGHT)

self.SetAutoLayout(True)
panel3.SetSizer(box)


self.Layout()


thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top