Fit button's height to button's content (multiline text)
I already set UIButton.TitleLabel.LineBreakMode (iOS) that it can stored multiline text inside Button. But button's height do not resize. Does anyone help me or give any idea ?
View Articlecustom renderer navigation bar disappears
For my project I needed to have something to the effect of a master detail page but with the possibility of a sliding menu on either side of the screen. So I wrote my own and added custom renderers....
View ArticleChanging the StackLayout.IsEnabled property doesn't have any effect...
In WPF, we can set StackPanel.IsEnabled = false and it will set IsEnabled = false to all the controls contained in the panel. I tried to do the same with the StackLayout, but it doesn't make any...
View ArticleEntry appearing black or gray on some Android phones?
In my Xamarin Forms app I defined an Entry like this: <Entry Placeholder="Type Email" Text="{Binding Email, Mode=TwoWay}" Keyboard="Email" BackgroundColor="{x:Static Color.White}" Opacity="1"...
View ArticleCan i use Xamarin studio for Windows 7
I wish to build an mobile app for IOS, Andriod, and windows phone using c# code. can i use xamarin studio in windows 7?
View ArticleXamarin.Forms Performance with MasterDetailPage & ListView
Hi there! Does anyone know something about performance issues in Xamarin.Forms when doing transitions between pages with lists? I have an app with MasterDetailPage menu, and two pages of it show a list...
View ArticleWhat can i do for solving this problem?
Hello, I have a problem. I just tried building Hello, Xamarin, but it had not worked. Of course, i checked the log files and i googled it. But i can't solve the problem. Could you let me know why it...
View ArticleXLabs and Xamarin.Forms v2
Hi, after installing XLabs.Forms into a Xamarin.Forms v2 Solution, the WinPhone-Project says "Cannot resolve dependency to assembly 'Xamarin.Forms.Platform.WP8, Version=1.5.0.0, Culture=neutral,...
View ArticleIssue with 'InitializeComponent' method...!
Hi all, I am working with the PCL project and recently I have upgraded the Xamarin Forms to version 2.0. Now I am getting the problem with 'InitializeComponent' method. It shows the error : "The name...
View ArticleXamarin android seems to be not working in release mode.
Xamarin android app is not working in release mode though it works in debug mode.Also, in logs I’m not seeing any exception or related to that. Just to add ,I’m seeing that whenever I tap on login...
View ArticleMasterDetailPage (Android) adds back arrow to first page of a navigation stack
I can't help but get the feeling that I'm missing something here. I have a MasterDetailPage whose Master is a NavigationPage. On iOS this displays as expected - the first page has no "Back" button or...
View ArticleXamarin.Forms adding items/data from a Rest API to an ObservableCollection
I've got a Xaml page that I'm using ListView on to display a list of offers. I'm trying to Get offers using a REST Web API call to display on the page using an ObservableCollection. Since async calls...
View ArticleXamarin Forms Map, MoveToRegion in custom event handler not working
Hello everyone, Can anyone please tell why Map.MoveToRegion(.FromCenterAndRadius(somePosition,.FromKilometers(0.5))); works in implemented events, but in a custom control the custom event is fired and...
View ArticleCan a double-tap gesture be used on an Entry control so as to do something...
I have an Entry control on a form that I can type a date into which is validated by a behavior and that works fine. I also have an invisible (to save screen real estate) DatePicker on the form that I...
View ArticleTapGestureRecognizer only recognizing double taps on Galaxy S6
This code works correctly on the nexus 4 xamarin simulator but when debugging on my Galaxy S6 Edge command methods are only executed with double taps. I have tried it with and without defining the...
View ArticleBinding for Event Handlers
I'm having trouble creating a data binding for an event (like Clicked on button). The control is implemented with XAML and code behind. I didn't think the XAML was important so I didnt include it here....
View ArticleHow to change nav text programmatically in iOS?
How Can I change the text of Nav Bar programmatically in iOS? I can't use this.Title. I could change some attributes using: UINavigationBar.Appearance.SetTitleTextAttributes(new UITextAttributes() {...
View ArticleGridView with ItemsSource?
Are there any plans to implement the Grid with an ItemSource property?
View ArticleListView in ScrollView not scrolled
I have a RelativeLayout in ScrollView which contains ListView. When I want to scroll ListView scrolled RelativeLayout. But if I hold down ListView one finger, and scroll the other finger, it scrolled.
View ArticleHow to use Badge.Plugin in Xamarin.forms? Is there any alternate to...
Hello, I am using the Nuget plugin Badge.Plugin. I need to create and set the badge value in Xamarin.forms.Can we use the Badge.Plugin in forms.If so, how? Or is there any solution to create and set...
View Article