Re: Anchor issue
From: Herfried K. Wagner [MVP] (hirf-spam-me-here_at_gmx.at)
Date: 10/14/04
- Next message: Polo: "OpenFileDialog and Extension"
- Previous message: Ziphyre: "Re: Custom menu controls"
- In reply to: HungTrinh: "Anchor issue"
- Next in thread: HungTrinh: "Re: Anchor issue"
- Reply: HungTrinh: "Re: Anchor issue"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 14 Oct 2004 13:10:12 +0200
"HungTrinh" <hungtv@pmail.vnn.vn.invalid> schrieb:
> I use a combo and set the Anchor of combo is top only.
> combo style is DropDown and this combo has two
> items: "item1" and "Item2". This combo is add to a
> user control. I override OnLoad method of user control
> and set Text property of combo is "it". but when the user
> control is show, the Text property is "Item1". If I
> set Anchor of combo is Top + Left, The Text
> property is right. Could you tell me how to solve this
> problem please?
Take a look at your usercontrol's 'Sub InitializeComponent'. Maybe the text
property is set there...
-- Herfried K. Wagner [MVP] <URL:http://dotnet.mvps.org/>
- Next message: Polo: "OpenFileDialog and Extension"
- Previous message: Ziphyre: "Re: Custom menu controls"
- In reply to: HungTrinh: "Anchor issue"
- Next in thread: HungTrinh: "Re: Anchor issue"
- Reply: HungTrinh: "Re: Anchor issue"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|