You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although this is not a new issue, it still exists in Preview 5.
I have a working version of this very thing in Xamarin forms. I have a grouped list of products by price. I am using a CarouselView component with the cap price on products. One can swipe horizontally by price, and each page then has a list of product. The total products by price page is always somewhere between 85 to 105... This is generally around 10 per page. The XAML display is simply a card with an image and how many of these products are remaining. Tapping on any of the products will bring you to a detailed order view...
I have been attempting to get this to work in .NET MAUI, but the CarouselView has serious issues with ANY collection in this manner. In Xamarin I used a FlexView (very convenient in this scenario). I have tried a grid, a collection, and a list and nothing seems to be working.... Can anyone shed light on this? I haven't been able to find any information related to issues that are recent.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Although this is not a new issue, it still exists in Preview 5.
I have a working version of this very thing in Xamarin forms. I have a grouped list of products by price. I am using a CarouselView component with the cap price on products. One can swipe horizontally by price, and each page then has a list of product. The total products by price page is always somewhere between 85 to 105... This is generally around 10 per page. The XAML display is simply a card with an image and how many of these products are remaining. Tapping on any of the products will bring you to a detailed order view...
I have been attempting to get this to work in .NET MAUI, but the CarouselView has serious issues with ANY collection in this manner. In Xamarin I used a FlexView (very convenient in this scenario). I have tried a grid, a collection, and a list and nothing seems to be working.... Can anyone shed light on this? I haven't been able to find any information related to issues that are recent.
Beta Was this translation helpful? Give feedback.
All reactions