Maximize productivity with
30% off* for a limited time
using BOOSTDEV30.
Includes 3- and 5-packs.
*Some exclusions may apply.New Product LaunchBoldDesk: Help desk ticketing software starts at $10 for 3 agents.
Try it for free.Hi Benjamin,Greetings from Syncfusion.We would like to let you know that we have achieved this requirement by opening the picker to the Entry’s focus and that the selected value of the picker is also set to the Entry’s text value. We have made a simple sample to understand that better. Please download the same in the link belowSample link:Please let us know if you have any other queries.Regards,Hemalatha M.
public override bool FinishedLaunching(UIApplication app, NSDictionary options) { global::Xamarin.Forms.Forms.Init(); Syncfusion.SfPicker.XForms.iOS.SfPickerRenderer.Init(); LoadApplication(new App()); return base.FinishedLaunching(app, options); } |