SOLVED: Re: why are my buttons crowding to the left?

Paul Sijben wrote:

wx.EXPAND was the culprit. It seems to override ALIGN_RIGHT

Sort of. How can you align something which takes up all the space? That is like asking for right-aligned justified text :). Technically, it is already left-aligned, centered, and right-aligned all at the same time!

- Mike Rooney