Limiting rows in List View

  • Thread starter Thread starter duraisridhar
  • Start date Start date
D

duraisridhar

Hi all.,

I am using the Listview control to display my data in table fromat

Is there any way ( simple or complex) to Limit the number of rows
displayed to avoid the empty rows which is also displayed now .

Is there any other C# component/control to show my data as table
like view .

Thanks in advance .
Regards.,
Sri
 
Sri,

Have you considered the DataGrid (or DataGridView in .NET 2.0)? It's
made specifically for showing data in a tabular format.

Hope this helps.
 
Hi Nicholas.,

I'm new to C#
Can I Display my Data processed from the XML in DATA GRID without
connecting any database .
Please send where i can get tutorial on DATAGRID shwoing XML DATA

Regards.,

Sri
 
Back
Top