-
Notifications
You must be signed in to change notification settings - Fork 470
Improved ListView #42
Comments
Hey @weitzhandler sorry for the long non communication... seems we had big goals up front, but can currently only manage a smaller part of the toolkit. Hence our not so big focus on controls as of yet. I would still like to keep these issues open on the Toolkit, because they give insight on what people think is still missing from current standard XF controls set. |
Good ideas, the idea of ContentViews as Cell is already on the Forms radar. If you search for RepeaterView then you should be a able to find some examples, there are examples on the forum. |
Random online controls gathered here and there that maybe work, are not enough. We need something official. Like the UWP or
WPF toolkit.
…On Oct 5, 2017 12:03, "Rogier van der Hee" ***@***.***> wrote:
Good ideas, the idea of ContentViews as Cell is already on the Forms
radar. If you search for RepeaterView then you should be a able to find
some examples, there are examples on the forum.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#42 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AClynNnkFOMUcY3Ao8vefd2Ojn6H6t8Dks5spJtigaJpZM4OLdAG>
.
|
Hey @weitzhandler, that was our initial plan, build a good looking (and helpful) sample application to put in all stores. However the few of us that kicked of this initiative are also very busy in several other projects. We do have a sample application in the repo to help people out for now. The real demo application is still on our mind, but not something that's set to be released on short term without external input. |
@bartlannoeye |
As part of getting this project in order, I think this is something I want to close for the time being. It's recently been publicly stated (see part of a comment by Jason here, at the end) that we plan for a |
Feature Request:
The
ListView
is a central control in almost any XF app.Yet it lacks some very basic functionality, especially now the XF is supposed to target not only mobile screens but also tablets and bigger screens.
So here are some of the things I'd like to see implemented in the
ListView
control:ListView
(ItemsControl
)StackLayout
)IsEnabled
etc.)ContentView
like WPF'sContentControl
to enable templating of a single item within or without aListView
Grid.IsSharedSizeGroup
to allow sharing a grid between cells, and size all cells in a column/row toAuto
/*
as set in theColumnDefinition
/RowDefinition
In general, it looks like the XF team is mostly Android/iOS oriented, while I believe that as a XAML based technology it can still improve to achieve WPF/UWP functionality.
The text was updated successfully, but these errors were encountered: