digitalmars.D.dwt - Borderless Group
Hello, I created a login form with some labels and a button and put it inside a group. Is it possible to hide 1-pixel border around the group?
Jul 28 2009
On 28.07.2009 15:56, Mitja wrote:Hello, I created a login form with some labels and a button and put it inside a group. Is it possible to hide 1-pixel border around the group?I don't think you can do that. Use a Composite instead.
Jul 28 2009
torhu Wrote:On 28.07.2009 15:56, Mitja wrote:Thanks, torhu, Composite works!Hello, I created a login form with some labels and a button and put it inside a group. Is it possible to hide 1-pixel border around the group?I don't think you can do that. Use a Composite instead.
Jul 28 2009