Re: Scroll a Panel in code ..
From: Nicky Smith (nixdk_at_yahoo.dk)
Date: 09/27/04
- Next message: One Handed Man \( OHM - Terry Burns \): "Re: OverLoad Question"
- Previous message: Jason Cooke [MSFT]: "[ANN] September 28, "Moving from Visual Basic 6.0 to Visual Basic .NET" chat"
- In reply to: Dr Screwup: "Re: Scroll a Panel in code .."
- Next in thread: One Handed Man \( OHM - Terry Burns \): "This will do it"
- Reply: One Handed Man \( OHM - Terry Burns \): "This will do it"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 27 Sep 2004 23:01:59 +0200
Thanks for the suggestion. I was hoping there was a way of sending a
scroll value to a hidden scroll bar.
I'll be adding controls to a panel dynamically - kind of plugins for a
toolbar.
but I guess your idea might work as well as anything else.
Then I can maybe track the display of the first and last controls by
checking the bounds of the panel.
Thanks. I'll check it out.
Smith.
On Mon, 27 Sep 2004 07:34:18 -0500, "Dr Screwup"
<nospam@no_thanks.com> wrote:
>What's in the panel? Controls or a picture? If they are controls you can
>move them yourself .
>
>Dim c as Control
>For each c in Panel1.Controls
> ' New Location
> c.Location = 'Wherever you want it
>Next
>
>If it's a picture just draw part that needs to be seen.
>
>
>
>"n. Smith" <nixdk@yahoo.dk> wrote in message
>news:t7lfl0992gfgunjuugogqdkiofdp3leari@4ax.com...
>>
>> Can anyone help here? I need to scroll a panel in code, because I
>> don't want to display the scroll bar on screen.
>>
>> Any suggestions.
>>
>> N.
>
- Next message: One Handed Man \( OHM - Terry Burns \): "Re: OverLoad Question"
- Previous message: Jason Cooke [MSFT]: "[ANN] September 28, "Moving from Visual Basic 6.0 to Visual Basic .NET" chat"
- In reply to: Dr Screwup: "Re: Scroll a Panel in code .."
- Next in thread: One Handed Man \( OHM - Terry Burns \): "This will do it"
- Reply: One Handed Man \( OHM - Terry Burns \): "This will do it"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|