microsoft / TemplateStudio

Template Studio accelerates the creation of new WinUI 3, WPF, and UWP apps using a wizard-based experience.
Other
2.72k stars 462 forks source link

New Page: large list #520

Open mrlacey opened 7 years ago

mrlacey commented 7 years ago

Add a page including a large list of data

mrlacey commented 7 years ago

Should also handle things like:

more...?

mvegaca commented 7 years ago

I've two more ideas:

mrlacey commented 7 years ago
mvegaca commented 7 years ago

Yes

corwyndev commented 7 years ago

you mean server side virtualization through REST/JSON APIs?

mrlacey commented 7 years ago

you mean server side virtualization through REST/JSON APIs?

No, virtualization of data loading within controls.

mrlacey commented 6 years ago

also

mrlacey commented 6 years ago

Should this page be just a list or a version of the master/detail?
If just a list, should anything be done when an item is selected? If so, what?

ralarcon commented 6 years ago

Not sure... looks like it would perfectly fit as a master/detail, but at the same time, it makes sense for me to have a page just with a list of items (with a more or less complex item template) that when selected/clicked you make an action (navigate to other page or any other thing), i.e I can imagine a list of songs or lines of a quote/bill...

mrlacey commented 6 years ago

Yeah, we already have a master/detail. It would, therefore, make sense have this as just a list.
I think, maybe put this with nothing behind an item being selected and leave that as a TODO.