Re: Why listview is better than DataGrid
Tech-Archive recommends: Fix windows errors by optimizing your registry
"hon123456" <peterhon321@xxxxxxxxxxxx> wrote in message
news:1145870223.945539.320480@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Dear all,
I have heard from someone that listview is better than
Datagrid for Point Of Sales System.
Why listview is better than datagrid?
It depends on your (and your users') needs. In some cases, a Listview might
be better. In others, some kind of grid control would be better. You need
to make that determination yourself. Nobody can make that decision for you.
--
Mike
Microsoft MVP Visual Basic
.
Relevant Pages
- Listview versus DataGrid??
... If I choose ListView as my control I don't understand how ... DataGrid that are like what ListView has. ... What I would need to make ListView work for me: ... ListView control has. ... (microsoft.public.dotnet.languages.vb) - databinding DataGrid to an IList object [reflection]
... That's why I think of using DataGrid instead. ... columns with arbitrary data (just like you do with the ListView: ... I thought of a wrapper class that could ... correctly in various contexts. ... (microsoft.public.dotnet.languages.csharp) - Re: Dataset - How to get data from a child table?
... I though of datagrid before but user must click on a link to see the child's ... it seems listview may do the job - if I can retrive the data from a child ... They're in one row although the Agent name is coming from a different table. ... different table to display one roster record, ... (microsoft.public.dotnet.languages.vb) - Re: Dataset - How to get data from a child table?
... listview see which one is better for my case. ... need to consider if I use datagrid. ... >> Than you can use in that an expression to the parent. ... I'm worring on the performance coz I ... (microsoft.public.dotnet.languages.vb) - Re: Data binding
... with 20 columns you should be using a Datagrid. ... ListView to display 19 subitems is no fun and ListBox won't ... writing a custom control to do this would not be terribly hard. ... (microsoft.public.pocketpc.developer) |
|