Questions tagged as 'xaml'

1
answer

Using Grid, Windows Phone C # Silverlight?

Well, I'm having trouble developing apps in Visual Studio, my computer is 32-bit, so there's no way I can test apps with emulator, and test on my own phone, a 4-inch Lumia. In my last project, which had everything to be a great app, I had the...
asked by 08.11.2015 / 17:46
1
answer

Select item in ListBox with Binding?

I have a list of contacts: <ListBox Name="lstContatos"> <ListBox.ItemTemplate> <DataTemplate> <StackPanel Orientation="Vertical"> <StackPanel Orientation="Horizontal">...
asked by 15.11.2015 / 16:14
1
answer

What to use to create web site and android app [closed]

I want to create a website to host manga or link the sleeves of fansub. Let's say a Host Manga and create an android app to view the sleeves without having to enter the site. How can I do this? Develop the site in ASP.NET and then creat...
asked by 04.12.2015 / 11:44
1
answer

Get value inside the 'ContentControl' of a button

I have the following code in XAML : <Button Grid.Column="0" Grid.Row="1" x:Name="btnSete" Click="btn_Click"> <ContentControl> <Viewbox Margin="3"> <TextBlock Text="7"/> </Viewbox...
asked by 06.04.2015 / 14:47
1
answer

Pass variable through the ConverterParameter

I have the following code snippet: Visibility = "{Binding TipoDestinatario, Converter={StaticResource conversorTipoDestinatario}, ConverterParameter=}. I would need to pass a Boolean variable by ConverterParameter= , would anyone know...
asked by 08.12.2014 / 11:08
1
answer

Problem with popular DataGrid

I'm making the population a DataGrid , but I do not know why it's not showing. Result: Onlyemptyrowsarereturned.Inspection.cspublicclassFiscalizacoes{privateStringConcessionaria{get;set;}privateStringMunicipio{get;set;}privateStringSistem...
asked by 02.12.2014 / 13:20
1
answer

How to present full screen / fullscreen app in Windows Phone 8.1?

I want my application to run in full-screen mode. I have tried using the codes below, however, they are giving some errors. The code is not recognized by the emulator: <phone:PhoneApplicationPage ... shell:SystemTray.IsVisible=...
asked by 03.07.2014 / 03:52
1
answer

How to change the border color of a TextBox in a Windows Phone 8.1 app?

In a given code function of .cs in C# I need to change the border color of a TextBox . In my xaml I have TextBox <TextBox Name="txtResult" Text="resultado"/> And in cs I have validation priva...
asked by 31.08.2014 / 05:32
1
answer

How to load images randomly?

How do I randomly load images in the background of an app page, so that every time the user enters a particular page the background toggles between images? How do I proceed to do this?     
asked by 11.07.2014 / 03:10
1
answer

Modify default font

Is it possible to modify the default font of my WindowsPhone 8.1 application? <HyperlinkButton Content="Teste" HorizontalAlignment="Left" Margin="126,299,0,0" VerticalAlignment="Top" FontWeight="Normal" FontSize="48" FontFamily="...
asked by 16.07.2014 / 04:29