Skip to main content

All Questions

Tagged with
0 votes
2 answers
41 views

Xamarin - Binding ListView children to custom list properties

I've got an issue with binding to a listview. ViewModel: public class MainPageViewModel : INotifyPropertyChanged { public MainPageViewModel() { } private ObservableCollection<...
Mike's user avatar
  • 67
0 votes
0 answers
60 views

Context menu on nested ListView in Xamarin

I am working on a Xamarin application, which has a nested ListView with a Context Menu on every item within this nested ListView. When one clicks on a item in the sub ListView, which belongs to an ...
theDult's user avatar
1 vote
1 answer
164 views

Xamarin.Forms ListView not displaying items even when setting IsVisible to true

Description: I'm working on a Xamarin.Forms application, and I'm currently facing an issue with my ListView not displaying items even after setting IsVisible to true. I've followed the Xamarin ...
user avatar
0 votes
0 answers
35 views

ListView not updating after modal page actions in Xamarin Forms

I'm creating an application in Xamarin Forms. I have a TabbedPage with individual ListViews to show and handle coordinates and points. To add/update an item I created a ToolBarItem. This pops up a ...
Craig85's user avatar
0 votes
0 answers
49 views

Height of nested Xamarin ListViews

I am working on a Xamarin project with nested ListViews and I am searching an easy way to define the height of the ListViews in the Grid. Currently I am trying it on three different ways: When I am ...
dotteldu's user avatar
0 votes
1 answer
64 views

Display data DB to listview with flyoutmenu (xamarin)

I'm programming a personal mobile app in c# xamarin in order to save password (eg : social network / mail / game / online purchase etc...). I have an issue to display the data in the DB into the ...
JRMY's user avatar
  • 1
0 votes
1 answer
58 views

Xamarin forms favorite list in grid

I have a favorite pages' list in my xamarin forms app. I want it looks like sample picture. My favorite page is like this : Xaml of listview grid : https://www.paste.tc/fav-list-grid How can I ...
Mert Altiparmak's user avatar
0 votes
1 answer
235 views

Xamarin.forms: Problem with SwipeView in a ListView

My Xamarin.Forms application contains a Listview. Currently, the user can see the details of an item in the Listview by selecting this item. I would like to use the swipe function instead of selecting ...
Marcel Delhaye's user avatar
0 votes
2 answers
97 views

How to make my widgets individual from each other?

I have created a command prompt widget for Android using Xamarin, and I'm trying to figure out how to set up my ListViewFactory class and RemoteViewsService class to have individual data per widget. ...
Lions L's user avatar
  • 11
0 votes
0 answers
102 views

Xamarin forms add FLyoutPage to FavouritePageList

I want to make a favorite page list but OnPropertyChanged(); does not work. I add a little button to my flyoutpage item when i click on this a popup shown on the screen then i could add favorite list ...
Mert Altiparmak's user avatar
1 vote
1 answer
63 views

How to only show MediaElement while it has something in it?

I have a Message Board ListView which 3 types of messages can be posted to it - Text, Photo and Video. Whenever a message is submitted, a MessageModel is created depending on the type. All type will ...
JordanChester's user avatar
0 votes
1 answer
112 views

How to refer to a custom slider inside a listview in Xamarin Forms

I have a custom slider and have tried to put it inside a listview with grids so the listview displays the following: Top left: items from a list as strings. Bottom left: (under each item) the custom ...
Monsi's user avatar
  • 5
0 votes
2 answers
713 views

In Xamarin.Forms, how to Bind to list of custom class, for ListView and print custom class properties?

In .xaml file I am trying to bind to a listed custom class as ObeservableCollection object. I can successfully update my variables and get the ObservableCollection updated. I can check it rendering it ...
Michele Rava's user avatar
0 votes
2 answers
158 views

Xamarin - Fill ListView with MySql Data

I'm kind of stuck and not getting anywhere. Here is my problem: I want to populate a ListView with the data from a MySql database. Here is my class which contains the database queries: DBConnection: ...
Ivan Zöggeler's user avatar
0 votes
1 answer
107 views

Search filter in Xamarin Listview not showing in view

Error while displaying in the list I have an error at the time of showing in the view the query to the api is generated correctly but at the time of listing they are not shown in the view. As it ...
Isaac Gamaliel Muñiz's user avatar

15 30 50 per page
1
2 3 4 5
65