Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > Hi, panel help please

Reply
Thread Tools

Hi, panel help please

 
 
Raghu Raman
Guest
Posts: n/a
 
      12-13-2004


Dear friends,

Is it possiable to make the scroll bars in the panel control.


With THANKS
Raghu

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 
Reply With Quote
 
 
 
 
Ken Cox [Microsoft MVP]
Guest
Posts: n/a
 
      12-14-2004
Hi Raghu,

You can do that by adding a style to the panel control:

Private Sub Page_Load _
(ByVal sender As System.Object, _
ByVal e As System.EventArgs) Handles MyBase.Load
Panel1.Attributes.Add("style", "overflow: scroll")
End Sub

<aspanel id="Panel1" runat="server" Width="250px"
Height="250px">Panel</aspanel>

Ken
Microsoft MVP [ASP.NET]

"Raghu Raman" <> wrote in message
news:ORi$...
>
>
> Dear friends,
>
> Is it possiable to make the scroll bars in the panel control.
>
>
> With THANKS
> Raghu
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!


 
Reply With Quote
 
 
 
 
Raghu Raman
Guest
Posts: n/a
 
      12-15-2004
Thanks ken,

i ll try that.


Regards
Raghu



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Why is there no "Java Control Panel" for J2EE v5upd14 ? Reinstall Java Control Panel possible? Ulf Meinhardt Java 0 07-07-2009 08:38 AM
Swing, JTabbedPane/Panel/Panel JC Java 1 08-09-2006 09:44 PM
Delete a panel inside a panel (2) HS1 Java 4 12-08-2004 02:48 AM
Delete a panel inside a panel HS1 Java 3 12-07-2004 10:50 PM
Email From Forms with asp:panel.(s) Only one panel works? Harry ASP .Net 3 11-10-2003 03:13 AM



Advertisments