tagged [forms]

Hide TabBar in Xamarin Forms Shell

Hide TabBar in Xamarin Forms Shell I wan't to hide the TabBar in a Xamarin Forms Shell 4.0.0.497661 project. I try using: After the page has loaded and drawed, but it has no effect. If I put in the co...

How do I disable form resizing for users?

How do I disable form resizing for users? How do I disable form resizing for users? Which property is used? I tried `AutoSize` and `AutoSizeMode`.

9 Dec at 07:2

How do you disable browser autocomplete on web form field / input tags?

How do you disable browser autocomplete on web form field / input tags? How do you disable autocomplete in the major browsers for a specific input (or form field)?

8 Apr at 23:1

form serialize javascript (no framework)

form serialize javascript (no framework) Wondering is there a function in javascript without jquery or any framework that allows me to serialize the form and access the serialized version?

28 Jan at 20:0

Automatically select all text on focus Xamarin

Automatically select all text on focus Xamarin How to automatically select all text on focus in Entry,Editor,Label? Use Cross Platforms. No work :(

28 Jan at 14:4

How to disable the resize grabber of <textarea>?

How to disable the resize grabber of ? How to disable the grabber in the ``? I mean that triangle thing which appears in the right-bottom corner of the ``.

24 Jun at 20:16

How to align texts inside of an input?

How to align texts inside of an input? For all default inputs, the text you fill starts on the left. How do you make it start on the right?

23 Feb at 12:42

HTML slider with two inputs possible?

HTML slider with two inputs possible? Is it possible to make a HTML5 slider with two input values, for example to select a price range? If so, how can it be done?

16 Dec at 19:30

Xamarin.Forms.Navigation.PopAsync() Does Not Pop Page

Xamarin.Forms.Navigation.PopAsync() Does Not Pop Page In Xamarin.Forms, when we use `Navigation.PopAsync()`, the page does not pop in iOS. After `PopAsync()` the same page remains.

24 Apr at 16:47

How to make a DataTable from DataGridView without any Datasource?

How to make a DataTable from DataGridView without any Datasource? I want to get a DataTable from DataGridView of the Grid values. In other words DataTable same as DataGridView Values