digitalmars.D.dwt - Borderless Group
- Mitja <mitja_ursic yahoo.com> Jul 28 2009
- torhu <no spam.invalid> Jul 28 2009
- Mitja <mitja_ursic yahoo.com> Jul 28 2009
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: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.
Thanks, torhu, Composite works!
Jul 28 2009








Mitja <mitja_ursic yahoo.com>