Questions tagged [stacklayout]
87 questions
0
votes
1 answer
Xamarin 3 StackLayouts
I am making a page where there is a top title, an image in the middle and some text under it and then two buttons at the bottom for yes or no. As you can see the buttons are getting pushed down too much and getting cut off. I can't figure out how to…

Reha Mathur
- 277
- 2
- 11
0
votes
1 answer
How to use an Image on multiple rows in a Grid properly in Xamarin Forms
I am trying to create a custom, material-style, card cell in my Xamarin Forms app. I have the appearance pretty much down, but I'm having problems with the image in it. I want it to touch the top and bottom edges, the left hand edge, and be a square…

Chucky
- 1,701
- 7
- 28
- 62
0
votes
1 answer
Kivy ToggleButtons did not adjust according to different window sizes
I want my CustomLabels and CustomToggleButtons, which I have created, to change their sizes according to different Window sizes. So this was what I did.
lbl = CustomLabel(text=text, width=self.grid_layout.width, …
0
votes
0 answers
Xamarin forms: Stacklayout GestureRecognizers is not working in UWP(Working fine in IOS and Android)
I have an entry surrounded by stacklayout and for the stack I added GestureRecognizers like below:
…

Sreejith Sree
- 3,055
- 4
- 36
- 105
0
votes
1 answer
Asynchronously adding the child to stacklayout in xamarin form iOS
I am adding the multiple view as child to a stacklayout in a loop. Page is rendering only after all children are being added. i want to show children that are added and a loading sign for the children which are being added.
i am doing like…

shivanju0801
- 131
- 2
- 14
0
votes
1 answer
Xamarin forms stacklayout issue
I have a form with a vertical stack layout. It has two children. The first (topmost) child is an Entry. The second child is a list view. My issue is I want the listview to expand to fill the remaining space on the screen and then be scrollable.…

David Christopher Reynolds
- 1,361
- 1
- 18
- 37
0
votes
1 answer
Xamarin.Forms.Maps and StackLayout
I try to make an application with Xamarin.Forms.Maps. I tried to use an official example and I did this:
public MapPage ()
{
InitializeComponent();
var map = new Map(MapSpan.FromCenterAndRadius(new Position(55, 37),…

Dmitry Goryaynov
- 71
- 2
- 5
0
votes
1 answer
Overlap images in a stack or relative layout in xamarin forms
I have a list of images in an Assets folder in my PCL project, all these images are as embedded resource, and I can get these images and display normally in a ContentPage derived class without using xaml, but, I need to put those images overlapped…

Armando Marques da S Sobrinho
- 190
- 1
- 18
0
votes
0 answers
how make space between buttons zero?
I have this in xaml

Guillermo Gómez Sánchez
- 65
- 2
- 10
0
votes
2 answers
Nativescript's Label - doesn't update its width according to a new value?
I'm facing a wierd width problem.I'm using the Groceries sample app from Nativescript's Docs.
Looking at the bottom label : "sign up here" :
We do see all the content.
Now - if a user clicks that Label - there is a new text instead :
…

Royi Namir
- 144,742
- 138
- 468
- 792
-1
votes
1 answer
How to show/hide entries in xamarin forms content page based on a switch input?
I'm new to Xamarin forms.
I'm trying to implement a switch in a registration page, that when toggled, it should show 3 more entries on the same page, if not, it just shows the first 3 entries (email, password and confirmPassword).
I'm using MVVM so…
-1
votes
1 answer
QStackWidget - Search by name
I've searched a method into QT5 Docs and I couldn't find anything regarding a function that can get me all the elements within the StackWidget.
I have a StackWidget which contains the pages for my application, but so far the only way I found in…

Mircea
- 1,671
- 7
- 25
- 41