Questions tagged as 'xaml'

0
answers

Visual Studio 2017 Design XAML bug, does not recognize resources

internalstaticSystem.Drawing.Bitmapradio_hover_btn{get{objectobj=ResourceManager.GetObject("radio_hover_btn", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } I have problems with this code above, it simply does not...
asked by 20.12.2017 / 18:36
1
answer

Refresh Page after PopAsync in XamarinForms

I have a page with the expense list that contains travel information such as Gross Amount, Expense and Net Amount and also a list with the expenses of my trip. The problem is that when I edit or create a new expense, and give the PopAsync comman...
asked by 12.10.2017 / 02:47
0
answers

How to Reverse an animation (execute it in reverse) via pure xaml

I made an animation OpenMenuzin Storyboard and so on, I already did this before reversing the animation by C # //pode estar errado mas foi mais ou menos isso sb = (Storyboard)Resources["Animaçao"]; sb.AutoReverse = true; sb.Begin(); sb.Seek(Ti...
asked by 02.10.2017 / 01:52
1
answer

Is it possible to import an XML file with an interest in replacing XAML?

Good morning ladies and gentlemen, It would be possible to work with XML file (layout) made in Android Studio to use in visual studio in the case of android development with xamarin. I would like to replace the AXML file that comes as the def...
asked by 04.07.2017 / 03:53
1
answer

MainWindow resizes by itself when I run the application

Greetings! I created a small window in XAML in a WPF project where Design view is perfect, but when I run the application in Debug mode the window changes size alone. What do I do to make the window size not change? Below are the screen...
asked by 07.04.2017 / 23:23
1
answer

UWP Horizontal alignment of flhos in a RelativePanel

I'm creating a HambugerMenu similar to Win10 Apps. The base of HambugerMenu is SplitView and to distribute the children in SplitView I opted to use a RelativePanel so I can choose which menu items will be at the top and whic...
asked by 06.01.2017 / 01:04
1
answer

Create side menu equal to Windows Weather App 10

Friends who have been with me around here may have read a previous question I did with that same theme. But as I mentioned in my last comment there, I ended up giving up on the initial idea, as concluding that I was going too fast for someone...
asked by 15.07.2016 / 14:54
0
answers

WPF XAML does not render

I'm having problem with the view only rendering normally when I enter the ResourceDictionary in the resources of the same, but when I enter the ResourceDictionary in the resources of App.xaml the view in question does not render there are no err...
asked by 08.04.2016 / 16:04
1
answer

dialog messages triggered from the ViewModel via the DialogCoordinator

I came across a problem working on a WPF project where I use "MVVM Light Toolkit" and "MahApps.Metro". I'm trying to take advantage of the "DialogCoordinator" feature provided by "MahApps.Metro" to trigger dialog messages from my ViewModels....
asked by 24.02.2016 / 17:37
0
answers

How to write a string in an image or PDF?

Having a template image or a PDF file with a template image embedded in it, the image could be a card for example, hence in the application have TextBox fields as "Name, CPF and Comment", hence define places in the image or document to wr...
asked by 10.07.2015 / 18:36