Questions tagged as 'xaml'

1
answer

Error: Build Solution - Visual Studion

When trying to build the solution VS2013 presents the following error: Error 1; Could not copy the file "obj / Debug / Win8AppBoX.exe" because it was not found. I noticed that the .exe file is deleted from the folder at the time of the...
asked by 14.06.2014 / 19:34
0
answers

Binding between components with XAML and C #

I need that when selecting an item in a combobox, the textbox is released for editing and its completion is mandatory, as shown below: Thisbindingisactivebyclickingthenewbutton,whereIchangetheIsEditingpropertyofmyViewModelclass.classColectorsVi...
asked by 27.12.2018 / 17:45
0
answers

Change the Font of a ListView that was created in Fragment

Where do I change the font type and color in the ListView control? The ListView controls are in main.xaml as below: <ListView android:id="@+id/left_drawer" android:layout_width="240dp" android:layout_height="match_parent"...
asked by 21.08.2018 / 16:37
0
answers

How to declare a ternary condition in XAML as a parameter for a CustomMarkupExtension

Hello, I'm starting to work with WPF and I've created a Custom Markup Extension starting section of this tutorial . The intent of this Markup Extension is to simulate the declarative conditions that are found in WebFrameworks such as the Ang...
asked by 13.06.2018 / 17:34
1
answer

How to add multiple Runs in a paragraph with a bold part of the string in WPF

Good afternoon, I'm completely new to WPF, forgive me if the question is stupid. I need to format two strings that are contained in the same paragraph, one in bold, the other in normal text. I did this: Bold sting1 = new Bold(new Run...
asked by 30.05.2017 / 20:36
0
answers

WPF Modern UI Chart Xaml Chart Title style

I have the chart below and I would like to change the font size for the ChartTitle property, if possible by xaml. In the chart class I can change the font size of the series through the chart.FontSize property, but I did not find a method to...
asked by 14.02.2017 / 19:45
0
answers

One note .one file does not open on windows phone 8.1 C #

I have a Windows Phone 8.1 app that accesses OneDrive after authentication, I have access to all files / folders and subfolders of the logged in account. I am having an error while trying to open the native one note app after calling my Tas...
asked by 30.06.2016 / 15:41
1
answer

UWP XAML Frame.Navigate for page with parameter

I have two pages and I want to navigate from one to another. But the second page has a parameter that should be received from the first. ... class MainPage { MainPage() { InitializaComponent(); } public void ok_buttonC...
asked by 04.04.2016 / 17:17
1
answer

How to treat horizontal swipe, Windows Phone Silverlight?

First of all, sorry for the post, I'm on the smartphone. Well, I'm trying to deploy a burger menu in my silverlight application, I've already tried the drawer layout, but Visual Studio insists on not recognizing it. So I try to create a menu fro...
asked by 23.08.2015 / 06:51
1
answer

Map of Brazil in SVG for WindowsPhone. Has as?

Is it possible to use Paths (same as SVG) to create a map of Brazil in WindowsPhone? Does anyone have an example?     
asked by 17.06.2015 / 15:30