Questions tagged [mvxbind]
39 questions
0
votes
0 answers
Horizontal ListView not measuring itself properly when wrapped inside a MvxListView
Whoever answers this gets a cookie.
My aim is to have a 2 dimensional ListView.
A ListView containing a number of HorizontalListViews (courtesy of Cheesebaron & co.)
Problem is:
HorizontalListView does not resolve its own Height when…

Alex Robęrts
- 59
- 8
0
votes
0 answers
mvvmcross MvxBind to service property
I have a working UWP project using mvvmcross (4.0.0 beta8). In my core project I have a ServerBrowserViewModel
public class ServerBrowserViewModel : MvxViewModel
{
#region Fields
private IGameService gameService;
#endregion
#region…

Migaroez
- 35
- 6
0
votes
3 answers
MvxBind:Error: View type not found - BindableListView
I've been using MvvmCross for more than 2 years now but this latest Android issue has be stumped. I am clearly missing something.
I've upgraded my Xamarin and MonoDevelop using the latest release. I've been using Mvx hot tuna 3.5 and tried to…

MorbidCamel
- 1
- 2
0
votes
1 answer
Creating dialog element inside tableViewController
i have a tableview , under that tableview i need to create a dialog element(RadioElement) ,which would have some cells to check and take user input .
as this class is subclass of MvxTableViewController not MvxDialogViewController ,
I am not able to…

Saket Kumar
- 1,157
- 2
- 14
- 30
0
votes
1 answer
How to get MvvmCross MKAnnotation real time update binding
I'm attempting to get MKMapKit annotations updating in real time in a Xamarin iOS project.
I'm using MvvmCross and have based the implementation on @slodge code and it's working great.
https://gist.github.com/slodge/6070386
What I'd like to be able…

Justyn
- 1,442
- 12
- 27
0
votes
1 answer
MVVMCross MvxImageView not displaying picture
I use MvxImageView with a binding to ImageUrls with the following format:
http://mysite/service/service.svc/rest/Image/flag//country/
an example would…

Nexus2k
- 345
- 1
- 4
- 13
0
votes
1 answer
Place DialogViewController in VIewController Subviews
In the DetailView of my SplitViewController, I placed several UIViews as containers for different flat TableViews. So far my intention. To keep things simple, I wanted to add DialogViewControllers (MvxDialogViewControllers to be honest, but that…

Andreas
- 3
- 3
-1
votes
1 answer
iOS MvvmCross CustomBinding for view
I have a custom control, override of UIScrollView.
When rendering two UIViews are rendered. One is the PDF, one is a layer above.
The layer above contains a collection of texts which rendered at different places over the pdf.
I use MvvmCross so have…

eL-Prova
- 1,084
- 11
- 27
-1
votes
2 answers
MvvmCross - MvxBind not bind properly
In my viewmodelA, I have a property that when the button from my fragmentA.axml is clicked, I do Mvxbind and the screen changes and it shows viewmodelB and also I send an http request and I am getting response as expected. This works exactly how I…

Nick King
- 190
- 3
- 20