DotNetNewsgroup.com  
web access to complete list of Microsoft.NET newsgroups
   home   |   control panel login   |   archive  |  
 
  carried group
academic
adonet
aspnet
aspnet.announcements
aspnet.buildingcontrols
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
assignment_manager
datatools
dotnet.distributed_apps
dotnet.general
dotnet.myservices
dotnet.nternationalization
dotnet.scripting
dotnet.security
dotnet.vjsharp
dotnet.vsa
dotnet.xml
dotnetfaqs
framework
framework.clr
framework.compactframework
framework.component_services
framework.controls
framework.databinding
framework.drawing
framework.enhancements
framework.interop
framework.odbcnet
framework.performance
framework.remoting
framework.sdk
framework.setup
framework.webservices
framework.windowsforms
framework.wmi
frwk.windowsforms.designtime
lang.csharp
lang.jscript
lang.vb
lang.vb.controls
lang.vb.data
lang.vb.upgrade
lang.vc
lang.vc.libraries
  
 
start date: Thu, 16 Aug 2007 00:07:35 -0400,    posted on: microsoft.public.dotnet.framework.aspnet.webcontrols        back       

Thread Index
  1    Nathan Sokalski
          2    Aidy
          3    Aidy
          4    Ross Culver
          5    Ross Culver
          6    Ladislav Mrnka
          7    Ladislav Mrnka


Creating a Scrollable Multi-Column List   
I am looking to create a multi-column list that is scrollable, kind of like 
a ListBox control, only I need a way to align the columns of text that I 
will have (I would use spaces, but because the ListBox normally uses a 
variable-width font, that would not work). Is there a control like the 
DataList (a control that uses templates and databinding) that displays the 
items in a scrollable manner? One idea that I had, although it sounds rather 
inefficient to me if it works, would be to place a DataList inside a Panel, 
and then let the user do the scrolling using the Panel's scrollbar. Anyone 
have any suggestions? Thanks.
-- 
Nathan Sokalski
njsokalski@hotmail.com
http://www.nathansokalski.com/
Date:Thu, 16 Aug 2007 00:07:35 -0400   Author:  

Re: Creating a Scrollable Multi-Column List   
Yes, I'd have the column headings static, then a scrollable div (rendered by 
using an asp:Panel) with the content underneath.

"Nathan Sokalski"  wrote in message 
news:uDjc6r73HHA.2752@TK2MSFTNGP06.phx.gbl...

>I am looking to create a multi-column list that is scrollable, kind of like 
>a ListBox control, only I need a way to align the columns of text that I 
>will have (I would use spaces, but because the ListBox normally uses a 
>variable-width font, that would not work). Is there a control like the 
>DataList (a control that uses templates and databinding) that displays the 
>items in a scrollable manner? One idea that I had, although it sounds 
>rather inefficient to me if it works, would be to place a DataList inside a 
>Panel, and then let the user do the scrolling using the Panel's scrollbar. 
>Anyone have any suggestions? Thanks.
> -- 
> Nathan Sokalski
> njsokalski@hotmail.com
> http://www.nathansokalski.com/
> 
Date:Thu, 16 Aug 2007 12:03:07 +0100   Author:  

Re: Creating a Scrollable Multi-Column List   
Yes, I'd have the column headings static, then a scrollable div (rendered by 
using an asp:Panel) with the content underneath.

"Nathan Sokalski"  wrote in message 
news:uDjc6r73HHA.2752@TK2MSFTNGP06.phx.gbl...

>I am looking to create a multi-column list that is scrollable, kind of like 
>a ListBox control, only I need a way to align the columns of text that I 
>will have (I would use spaces, but because the ListBox normally uses a 
>variable-width font, that would not work). Is there a control like the 
>DataList (a control that uses templates and databinding) that displays the 
>items in a scrollable manner? One idea that I had, although it sounds 
>rather inefficient to me if it works, would be to place a DataList inside a 
>Panel, and then let the user do the scrolling using the Panel's scrollbar. 
>Anyone have any suggestions? Thanks.
> -- 
> Nathan Sokalski
> njsokalski@hotmail.com
> http://www.nathansokalski.com/
> 
Date:Thu, 16 Aug 2007 12:03:07 +0100   Author:  

Re: Creating a Scrollable Multi-Column List   
Sounds like a gridview to me.

Ross

"Nathan Sokalski"  wrote in message 
news:uDjc6r73HHA.2752@TK2MSFTNGP06.phx.gbl...

>I am looking to create a multi-column list that is scrollable, kind of like 
>a ListBox control, only I need a way to align the columns of text that I 
>will have (I would use spaces, but because the ListBox normally uses a 
>variable-width font, that would not work). Is there a control like the 
>DataList (a control that uses templates and databinding) that displays the 
>items in a scrollable manner? One idea that I had, although it sounds 
>rather inefficient to me if it works, would be to place a DataList inside a 
>Panel, and then let the user do the scrolling using the Panel's scrollbar. 
>Anyone have any suggestions? Thanks.
> -- 
> Nathan Sokalski
> njsokalski@hotmail.com
> http://www.nathansokalski.com/
> 
Date:Thu, 16 Aug 2007 08:22:01 -0500   Author:  

Re: Creating a Scrollable Multi-Column List   
Sounds like a gridview to me.

Ross

"Nathan Sokalski"  wrote in message 
news:uDjc6r73HHA.2752@TK2MSFTNGP06.phx.gbl...

>I am looking to create a multi-column list that is scrollable, kind of like 
>a ListBox control, only I need a way to align the columns of text that I 
>will have (I would use spaces, but because the ListBox normally uses a 
>variable-width font, that would not work). Is there a control like the 
>DataList (a control that uses templates and databinding) that displays the 
>items in a scrollable manner? One idea that I had, although it sounds 
>rather inefficient to me if it works, would be to place a DataList inside a 
>Panel, and then let the user do the scrolling using the Panel's scrollbar. 
>Anyone have any suggestions? Thanks.
> -- 
> Nathan Sokalski
> njsokalski@hotmail.com
> http://www.nathansokalski.com/
> 
Date:Thu, 16 Aug 2007 08:22:01 -0500   Author:  

RE: Creating a Scrollable Multi-Column List   
Hi Nathan,
I assume you have to use panel (as you already tryed) or div with style 
overflow:scroll.

Regards,
Ladislav

"Nathan Sokalski" wrote:


> I am looking to create a multi-column list that is scrollable, kind of like 
> a ListBox control, only I need a way to align the columns of text that I 
> will have (I would use spaces, but because the ListBox normally uses a 
> variable-width font, that would not work). Is there a control like the 
> DataList (a control that uses templates and databinding) that displays the 
> items in a scrollable manner? One idea that I had, although it sounds rather 
> inefficient to me if it works, would be to place a DataList inside a Panel, 
> and then let the user do the scrolling using the Panel's scrollbar. Anyone 
> have any suggestions? Thanks.
> -- 
> Nathan Sokalski
> njsokalski@hotmail.com
> http://www.nathansokalski.com/ 
> 
> 
> 
Date:Thu, 16 Aug 2007 18:18:49 -0700   Author:  

RE: Creating a Scrollable Multi-Column List   
Hi Nathan,
I assume you have to use panel (as you already tryed) or div with style 
overflow:scroll.

Regards,
Ladislav

"Nathan Sokalski" wrote:


> I am looking to create a multi-column list that is scrollable, kind of like 
> a ListBox control, only I need a way to align the columns of text that I 
> will have (I would use spaces, but because the ListBox normally uses a 
> variable-width font, that would not work). Is there a control like the 
> DataList (a control that uses templates and databinding) that displays the 
> items in a scrollable manner? One idea that I had, although it sounds rather 
> inefficient to me if it works, would be to place a DataList inside a Panel, 
> and then let the user do the scrolling using the Panel's scrollbar. Anyone 
> have any suggestions? Thanks.
> -- 
> Nathan Sokalski
> njsokalski@hotmail.com
> http://www.nathansokalski.com/ 
> 
> 
> 
Date:Thu, 16 Aug 2007 18:18:49 -0700   Author:  

Google
 
Web dotnetnewsgroup.com


COPYRIGHT ?2005, EUROFRONT WORLDWIDE LTD., ALL RIGHT RESERVE  |   Contact us