Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
73 views

Can anyone tell me why this doesn't work. I am targetting Windows at the moment.. when I run it the cells appear on the page but there is no text in them. I get the same problem with CollectionView. I ...
graham's user avatar
  • 13
0 votes
1 answer
77 views

When I scroll on my CollectionView in my .NET Maui app, the items that are loaded are duplicates of the ones that are already showing. This is the start of the CollectionView: Once we scroll, we can ...
MyselfAndOnlyMe's user avatar
1 vote
1 answer
79 views

I'm trying to implement similar functionality to how Gmail and Outlook apps works, e.g. user can swipe left/right to navigate between emails and inside email you can also horizontally scroll ...
ErnestJ's user avatar
  • 333
0 votes
3 answers
94 views

I'm working on .net maui and I'm facing a strange issue; I have a CollectionView with bounded ItemsSource and SelectedItem. I'm trying to do a simple preselection to set CollectionView's SelectedItem ...
Jesoo's user avatar
  • 104
0 votes
1 answer
167 views

Goodmorning, i have a button inside a content view which is reused many times in many different content page. Almost all the times i have a collectionview to displays elemenst of this contentview type,...
Marco Lepri's user avatar
0 votes
1 answer
145 views

Recently I published App in PlayStore & AppStore. I using DOTNET MAUI 8.0.403 in Mac VS Code. Now I'm experiencing an issue where the swipe gesture doesn't triger in Android Emulator. But it ...
David Kim's user avatar
1 vote
3 answers
352 views

I have a cart system on a catalog of items with 2 DataTemplates. one is for item with a count of 0. a second for items with a count greater than 0. We use an Add button within each item For the ...
Joelxxx's user avatar
  • 143
0 votes
0 answers
149 views

I am using a CollectionView component in a page and loading data incrementally to support large list of items. Here is the view XAML: <?xml version="1.0" encoding="utf-8" ?> &...
B Singh's user avatar
  • 143
0 votes
0 answers
14 views

**Hello everybody. I´m trying to clear selection in a CollectionView after clicking "OK" in a DisplayAlert but I haven´t be able to achieve it. Here´s my original code (regci is my database):...
Jaime Edmundo Silva Magallanes's user avatar
1 vote
1 answer
116 views

I have a small MAUI program using CollectionView - and per item, there are buttons attached with a command (like changeitem) The app is working. But I am getting warnings at compile and runtime about ...
Money's user avatar
  • 119
2 votes
1 answer
541 views

We are using MAUI platform in .NET8 to build an application that shows tabular data of tasks assigned to folks for a duration of days. The page loads fine and shows the data in the grid for a smaller ...
Lavneet Singh's user avatar
1 vote
3 answers
831 views

I'm developing a .NET MAUI application where I have a ClientReviewsViewModel that uses an ObservableCollection to display a list of reviews. The reviews are displayed in a CollectionView, and I'm ...
Amina Tariq's user avatar
0 votes
0 answers
102 views

I have a CollectionView<T> with 2 columns. The SelectionMode=Single. Problem : The second column displays only a few colors names, not all and after a selection no more color names !...
jmdess's user avatar
  • 73
0 votes
1 answer
546 views

I created a Collection View to resemble a data table and everything is working except for the selected item highlighting. I tried changing the color using visual state managers but still nothing. I ...
TrollKilla's user avatar
1 vote
1 answer
321 views

I have a collectionview and I want to enable selection only on longpress and once the long press is enabled I don't want any gestures to be invoked on that image or item in collectionview. If tapped ...
Deep's user avatar
  • 11
0 votes
2 answers
251 views

I have cart items in a Grid inside a DataTemplate for showing CollectionView items. In the cart I have Add/Remove buttons with Commands that route to the CartViewModel and pass a CommandParameter of ...
Joelxxx's user avatar
  • 143
0 votes
1 answer
402 views

I am trying to implement drag-and-drop functionality for CollectionView in my .NET MAUI project. When I try to drag the image, the program pauses due to an exception. How can I fix this? The ...
Amina Tariq's user avatar
2 votes
2 answers
595 views

I have a collectionview on my UI and I load 20 items initially. I have added RemainingItemsThresholdReached event for loading next 20 items when I reach the end of first 20 items. But after loading ...
Matthew Pans's user avatar
0 votes
2 answers
767 views

I am working on a .NET MAUI application and am having trouble binding a property in a CollectionView. Specifically, I am trying to display a list of uploaded files and their filenames, but I am ...
Hay Abados's user avatar
0 votes
1 answer
108 views

Disclaimer : I know this is not respecting MVVM pattern, I twisted it on purpose to reflect in UI while testing/ debugging. To brief things up, I have a first CollectionView bind to an ...
TRex's user avatar
  • 350
0 votes
1 answer
253 views

I am using a CollectionView where I need to navigate to new page on SelectedChangedCommand. But the command bound to SelectedChangedCommand execute multiple time for a single selection. I have a ...
Imran S's user avatar
0 votes
1 answer
121 views

I created a NetMaui Application and in a page I have a collectionview when I execute the application in windows I don't have problem , but in android the collectionview isn't showed I have this ...
Martino's user avatar
0 votes
1 answer
233 views

I´m trying to delete an object named SelectedOrder in TableData of my viewmodel. Binding works perfectly but when I tapped de Item to be deleted, in my viewmodel the variable SelectedOrder is null ...
hugo vazquez's user avatar
0 votes
1 answer
506 views

I am facing 2 issues with the CollectionView: I have given RemainingItemsThreshold="0" for CollectionView, but the RemainingItemsThresholdReached event is firing before reaching the last ...
Matthew Pans's user avatar
3 votes
1 answer
732 views

I have added a RefreshView for a CollectionView. After adding RefreshView, the CollectionView contents are not visible on the UI. The CollectionView contents are visible on the UI before adding ...
Matthew Pans's user avatar
2 votes
1 answer
940 views

I have an existing app that I need to upgrade to MAUI, having a slight issue on the display end. I have migrated up to .NET MAUI just recently and I know that I am close to getting these suckers ...
Joey007's user avatar
  • 33
1 vote
1 answer
440 views

I have a CollectionView on a .NET MAUI Application, which shows a list of components. It is configured as follows: <Grid Grid.Row="2" RowDefinitions="*"> <...
Chris K's user avatar
  • 594
3 votes
0 answers
1k views

I'm using Collection View to display the list of data in a table format, similar to a structured table. The table must be both horizontally and vertically scrollable. In the MAUI Collection View, I'm ...
Mohanraj's user avatar
1 vote
1 answer
137 views

I am trying to make a "See more" button display more, or less items. "Less" is defined as a horizontal list displaying multiple items at a time, whilst "More" is a ...
user23693962's user avatar
0 votes
1 answer
550 views

This should (hopefully) be an easy thing to answer. I have a collection view that is bound to a JSON data source, and a button in the first level of the JSON file that I store a value for (in ...
Joe Schmidt's user avatar
0 votes
1 answer
273 views

I am trying to implement drag and drop between two CollectionViews in Maui project. In my example, I have a collection of Songs in the first CollectionView and a Playlist group in the second ...
Timothy Belvin's user avatar
0 votes
1 answer
193 views

Why is it that when I try to navigate to a specific group, I always get sent back to the first group? If I find a group, and in it the instance I need, and pass it to ScrollTo, then the search works ...
Igor Krupskiy's user avatar
0 votes
1 answer
1k views

i am trying to achieve a certain look within an application that shows items in a categorized way. From what i have learned is that the CollectionView allows us to exactly do this and i have ...
UnHolyDarkness's user avatar
1 vote
0 answers
610 views

I am developing an App for iOS with .Net MAUI 8.0 and having trouble understanding how the templates in a CollectionView are being re-used (and why). I am having a Shell-Tab which contains a ...
cyrill's user avatar
  • 83
0 votes
0 answers
235 views

I am trying to create a Generic Collection view control in MAUI which will have all common event handling/Swipe view and other related functionality in that and the page where it is being used, would ...
Sandeep Sirohi's user avatar
0 votes
0 answers
190 views

I use collectionView with headerTemplate and this work pretty on android and iOS, but when the iOS update was released, iPhones with iOS version v.17+ have an error which consists of strange pauses ...
patriczi's user avatar
0 votes
0 answers
119 views

I have a MAUI application which uses a CollectionView. I run it on Windows and on Android. The performance on Android is perfect. Everything works fine and smooth. I have 105 Elements in the ...
Tobination's user avatar
0 votes
1 answer
806 views

I've got a horizontally oriented (on top) and a vertically oriented (below) CollectionView on the same page. I would like the page to scroll down infinitely but the bottom CollectionView does not ...
user avatar
0 votes
1 answer
107 views

I can't find a solution for an odd behaviour of .NET MAUI. I'm harnessing a collection view in order to portray a variable number of answers to a question. Every answer is preceded by a check box. ...
user avatar
0 votes
1 answer
245 views

In a .NET MAUI application, I'm using a CollectionView to display a particular ItemTemplate which also includes RadioButtons. However, the mutually exclusive state is not achieved, since somehow the ...
user avatar
0 votes
1 answer
176 views

when a user changes the text in the Editor, I need the changes to be displayed in private MessageModel messagemodel,the same with the button that should add new messages <CollectionView ItemsSource=...
казённый унитаз's user avatar
0 votes
1 answer
1k views

I'm still fairly new to xaml and .net maui but I don't really know what search terms to even use. I want to list today's task notifications in xaml with a collection view. I want this list, when ...
VictoriaByte's user avatar
0 votes
1 answer
166 views

I need to show list of checkboxes to the screen. When I am trying to add it in collection view, it is taking lot time to load. Below is the Source code. I have add only few items here in Items I do ...
ABV's user avatar
  • 977
0 votes
0 answers
16 views

I have a single table view and it has a 4 sections. Every sections i registered a different collection view cells. In a table view cell, i'm having trouble setting the constraints of collection views ...
Altan Koray Benli's user avatar
1 vote
0 answers
656 views

I am new to MAUI. I want to create one list with Load more and Pull to Refresh functionality. When user reach to end of list, it should provide a loader at bottom and can have callback so we can call ...
ABV's user avatar
  • 977
1 vote
1 answer
197 views

I have some issues when trying to make the height of my collection view cells dynamic. The height data is inside my enum Observable<[MovieSection]> array. As far as I know, RxSwift doesn't ...
Popala Kyu's user avatar
2 votes
2 answers
702 views

Why are the same items added to my CollectionView repeatedly? Here's what happens exactly: On every load (on scroll) I want to load 5 more items into my CollectionView, but this is what happens: The ...
user avatar
0 votes
1 answer
89 views

I'm working on an app where I populate a CollectionView with a list of data from a json file. I'm my main page the data is displayed in a vertical list of hymn titles which navigates to a details page....
Maxwell Kwashie's user avatar
2 votes
0 answers
712 views

I am using .NET 8 MAUI. I have a CollectionView where the user scrolls through a list of posts. I want every 10th post to be an ad. Is there any packages I can use that will show me a different ad ...
user1431743's user avatar
0 votes
1 answer
301 views

I am currently working on a CollectionView to display a number of images on .NET MAUI. I am not using any third party library to manage image caching. I am able to start a task that eventually takes ...
ImproveSoftware's user avatar

1
2 3 4 5
27