I want to make my own media picker, where I will open screen and show all images of device in case of image picker, show all audios on the device in c ...
I want to make my own media picker, where I will open screen and show all images of device in case of image picker, show all audios on the device in c ...
Update: This question is already solved (see responses below). The correct way to do this is to get your Binding by projecting the ObservableObje ...
When the view appears on the screen there is a short delay setting the values to each control. Is it possible to set the values before the user sees t ...
I am writing a picker and it lists a bunch of icons. In the above code, SwiftUI picker doesn't change the color of the icon to red in the picker's ...
In WPF you could use a ComboBox to display an image with text (better said any content you want) by changing ItemTemplate. In MAUI the new name of thi ...
I should create a picker with which I can select one of the texts supported by the relative images. I’ve only found examples of pickers that allow the ...
Im going through SwiftUI Controls in detail and writing example code for each init. Theres two sets of inits for Picker. One where you fill your lis ...
I'm having trouble displaying the day from a date. I have multiple dates in the format "2022-12-27T04:00:31.980". I want the "Picker" to be able to se ...
E BufferQueueDebug: com.apppackage/com.apppackage.MainActivity$_6796#0 id info cannot be read from 'com.apppackage/com.apppackage.MainActivity$_6796#0 ...
I am attempting to use the 'react-native-document-picker' module in React Native to build image file 'picking' functionality. I do not receive any ...
Inside core data I'm using Int16, but using picker with Int16 doesn't work. Does anyone know why? The work around I'm using is to create a model to ma ...
I'm trying to implement a picker which represents a star rating however I'm struggling to implement this in that each row id displaying only 1 star. H ...
sorry I am new to cypress I am trying to get() the value of Email or phone input box so I can use type() weirdly, when I click the picker button, ...
i have 2 functions one is to get the value from a REST api and populate a picker (This is a success, as it works fine) now the second picker is suppos ...
I have a need for a picker-type control in my MAUI app, but the selection list contains over 1000 entries. I don't want to make my users scroll throug ...
I'm trying to create an app which has the following pages: MainPage.xaml (+MainPage.xaml.cs) Name and suggestions.xaml (+Name and suggestions.xa ...
I'm mostly new to coding - and I've been stuck on something which probably is very basic: I'm trying to make a simple picker/drop down menu with numb ...
I am using the following code (example) to render a SwiftUI Picker on iOS: In iOS 16 the design of the menu style picker has changed (it now incl ...
In Xamarin.Forms Picker if there's a item with very large text it is overflowing in Android. iOS is able to truncate at the end but Android is not abl ...
My problem is to insert data to firebase in xamarin form. This is my CreateAccount.xaml ` codebehind.cs ` I expect that, I can get the picker's ...