Cardview: Can we use Stack or Grid as ItemLayout instead of Absolute CoverFlowView?

Created on 23 Nov 2018  Â·  14Comments  Â·  Source: AndreiMisiukevich/CardView

Can we use Stack or Grid as ItemLayout instead of Absolute in CoverFlowView?
I tried to use, but it won't work properly. Sometimes scroll not work , sometime width not calculating properly. I almost spend 1.5 day to make this work butterly. Your help will get me out of trouble.
Thanks

question resolved

All 14 comments

Yes, we can
But background images will be disabled for these controls

Is it ok ?

Sorry don't understand you,
In coverflowview, I want to put stack or grid layout and those can contain
any childview?

Also in the sample, if we change height of items, control functionality got
broke.

On Fri, Nov 23, 2018, 12:14 PM Andrei <[email protected] wrote:

Yes, we can
But background images will be disabled for these controls

Is it ok ?

—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/AndreiMisiukevich/CardView/issues/142#issuecomment-441165347,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AIdg7Gx97RIPPy8L5qri2BerDoOJSa1Eks5ux5k5gaJpZM4YwGCX
.

@SagarPanwala ohhh
Ahahaha :) sorry.. I have several open source projects and thought that you was asking me about TouchView..

opened from mobile phone

Coverflowview is in beta. It isn't stable. And was developed by another guy. It would be better to ask him.

Probably stabl Carousel View would be ok for you..

@SagarPanwala let's go ahead in the original github-ticket
https://github.com/AndreiMisiukevich/CardView/issues/17

Hello @SagarPanwala ,
For now all items have to get the same Width, but you can use all layouts.

I have to do some rework and add some logics to get them dynamics like
"HasUnevenRowsProperty" do on ListView. (this will affect performances)

Unfortunately this feature is not implemented for now.

@Phenek Thanks :)

--
_OFFTOPIC: recommend to check https://github.com/AndreiMisiukevich/HotReload_

My concern is let them make , same width, but if I change in sample from
130 to 200, scrolling breaks.

On Fri, Nov 23, 2018, 3:27 PM Andrei <[email protected] wrote:

@Phenek https://github.com/Phenek Thanks :)

--
OFFTOPIC: recommend to check
https://github.com/AndreiMisiukevich/HotReload
https://github.com/AndreiMisiukevich/HotReload

—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/AndreiMisiukevich/CardView/issues/142#issuecomment-441197504,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AIdg7NsoMUgX7e39NuV-dWCO1OgjbQ30ks5ux8aSgaJpZM4YwGCX
.

Are they superimposed?
If it is, it's because NumberOfViewsProperty default is 3.
Maybe this property is not well thinking for an ordinary Horizontal ListView.

I will check it that soon as possible, cause I was doing also an invalid Cast on NumberOfViewsProperty. I will keep you inform.

Thanks,

I will be glad if any way I can contribute.
I also need ur help if u can send me ur email or PM me.

On Fri, Nov 23, 2018, 4:53 PM Vice <[email protected] wrote:

Are they superimposed?
If it is, it's because NumberOfViewsProperty default is 3.
Maybe this property is not well thinking for an ordinary Horizontal
ListView.

I will check it that soon as possible, cause I was doing also an invalid
Cast on NumberOfViewsProperty. I will keep you inform.

—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/AndreiMisiukevich/CardView/issues/142#issuecomment-441216637,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AIdg7GxVG9dbxIsVxs2ER8ysLMpuDSFwks5ux9q6gaJpZM4YwGCX
.

For those who want a simple Horizontal list Here the CollectionView
It will be available in Xamarin.forms 4.0

@Phenek what do you think about future of CardsView controls
Does it make sense to support it at all?)

Regarding this topic
There will be a carouselView, I did not try it to get 3 items at the same time.
But the idea of a CardsView and CoverFlowView will not be implemented.

I think CoverFlowView should inherit from CollectionView to get the Velocity scroll, and cause the recycler logic is already implemented. We need just to add some animation when scrolling to get some effects on Items

I think CardsView component can still prosper for a long time

@Phenek good points

Was this page helpful?
0 / 5 - 0 ratings