How do i change header color in Forms for Windows?
Hello, The title says it all. I want to change the header color of a Windows 8 app. I can do this on iOS and Android, and artificially insert one header on WP. Can anyone help? Thanks!
View ArticleTrying to implement showing multiple selections on ListView
This is the class for the objects in the list (At least the relevant portions) ` public class Icd10Code : INotifyPropertyChanged { public event PropertyChangedEventHandler PropertyChanged; protected...
View ArticleXamarin forms in windows phone cannot debug in device and simulator
When I trying Debug Xamain forms application target windows phone 8.1 (device or simulator) silverlight application, but always output this error and end the debug mode. Anyone got idea how to fix...
View ArticleRemove icon from action bar from xamarin forms android project
Hi, Can someone help me in removing icon from action bar ? Thanks, Ashish jha
View ArticleCan Scroll view indicate if content is cut off?
I have a screen with a scroll view (that has many input items) and a save button. Depending on screen size, and item alignment it is possible to not realize that items are off the bottom of the screen....
View ArticleHow to use System.Data.DataTable and System.Windows.Form.DataGrid in...
Hi Team, I am working on xamarin.forms project and want to use System.Data.DataTable, System.Windows.Forms.DataGrid and other .NET components in PCL. As far as I have explored .NET Portable Subset, I...
View ArticleGet .mp3 files from PCL on each platform
Hi I have a PCL with a subfolder Data/Sounds where i have 360 soundclips I will play the sound on each platform (Android, IOS and Windows Phone) using DependencyServices.Get<>.... But how can i...
View ArticleTrouble sharing a StreamImageSource from iOS IPhotoChooser
I have a Xamarin.Forms project which uses the native photo choosers on Android and iOS to load an image from the gallery or the camera and display it in a Forms page. My implementation uses the...
View ArticleIn XF.iOS project, the screen doesn't roll up when keyboard appears?
In Android and WP it does roll up so that the entry control is visible when keyboard is activated. Is it normal for iOS not to roll up?
View ArticleButton within each cell of a listview: How to figure out which cell is...
Hello, I have a listview, where each cell contains a button and some text. When the button is clicked I want to know which cell (containing the clicked button) was pressed. Like cell with index 3...
View ArticleSet image from bitmap
Image image = new Image (); Bitmap bitmap = Bitmap.CreateBitmap (200, 100, Bitmap.Config.Argb8888); Canvas canvas = new Canvas(bitmap); var paint = new Paint(); paint.Color =...
View ArticlePush Notification that really works
Hello everyone, along these 4 days i tried every plugin and component that Xamarin and others provide to work with push notification and no one of them works. i've tried Azure Message, Azure Web...
View ArticlePlease help me understand what's wrong with this binding
I've read through the binding material on the getting started, and I watched probably a half hour of the university course. I'm trying to get a basic binding to work. I have this XAML toolbar item <...
View ArticleA ListView with an expanding footer
Hey guys, I've been Googling around for a while and I'm unable to find something that will help me do what I need. I want a ListView where the footer will expand to fill the screen if there are not...
View ArticleListView Image recycling
I'm using the Image class from Xamarin.Forms along with a binding using the UriImageSource. The problem is that while scrolling the ListView and new images are downloaded you often see the previous...
View ArticleApplication starting behind the top time/battery bar on iOS?
I tried using my Xamarin.Forms app on iOS for the first time today and ran into the minor problem where my App runs behind that top bar on iOS, so the battery icon/time/carrier bar is in front of my...
View Articlehow to download and install a new application into existing application using...
I am new to xamarin.forms. In my xaml content page I have one button-name-update. when click on that button I want to update the old app with new app with out lossing the database files. I need the...
View ArticleControl working in debug on device and in simulator but not in Ad Hoc build
I have a control a built using NControl for Xamarin forms. It works in debug on the device and the simulator, but when I do an ad hoc build and test it, the controls don't show up. Anyone have any...
View ArticleNeed Hyperlink in Label
Hi, I need a Hyperlink in my label property in Xamarin forms. For this, Should i use custom renderer only or Is there some other ways.. Thanks
View ArticleiOS deployment consistently replaced by old version
We have an odd problem as our iOS deployments are consistently being replaced by the first version we uploaded. We are developing our app using Visual Studio 2013 with a sepperate Build Host running on...
View Article