Questions tagged as 'wpf'

0
answers

Create a button inside a TextBox - WPF / Mahapps

I need to create a button style that creates a button inside a Textbox. I'm using WPF and a framework called MahApps. Buttheproblemisthatit'sgettingthisway: <Style TargetType="{x:Type TextBox}" x:Key="OpenFileMetroTextBo...
asked by 05.11.2017 / 23:52
1
answer

Image disappearing [closed]

I have 3 buttons with images that I position in the upper right corner of the screen. If I maximize the screen for just one monitor the images appear correctly, but when I maximize for two monitors the first image turns one stroke and the third...
asked by 22.09.2017 / 22:19
0
answers

Modern UI Metro Chart - Thousand Separator

I'm generating some graphics using Modern UI Metro Chart , but in one of the charts the number would need to be shown with separator of thousands. Searching I found this discussion: Add thousand separator and tried to make the change but t...
asked by 21.08.2017 / 21:02
1
answer

MahApps - Changing the Style of a Tile with Binding in a Property of a Class - MVVM

I'm creating a dynamic menu using Tiles (MahApps). I have two types of Tiles that I can use: LargeTileStyle and SmallTileStyle . For this, I have a function that allows me to pass the Style name via parameter and set the...
asked by 14.08.2017 / 23:22
1
answer

How to assign a style to all objects at once in WPF

Is it possible to create a style in WPF where it will be used for all components of the same type, so it is not necessary to call the Style for the component? My idea is to create a style such as <Style TargetType="Button"> </St...
asked by 11.08.2017 / 20:43
0
answers

Changing row color of datagrid with mahapps WPF C # [closed]

How can I change the font color of a row in a DataGrid in WPF using the mahapps framework?     
asked by 11.08.2017 / 23:35
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

What is the best way to do database replication? [closed]

I have an application in WPF + MS ACCESS where users make registrations, queries, etc. The main server is located in SP, but we have branches in RJ, BA, MG, PR, RS, GO, etc., which also access the tool. Due to connection problems at these bran...
asked by 20.03.2017 / 14:44
0
answers

UI and .NET desktop development [closed]

I'm beginning to develop a commercial application in C #, however, I have my doubts about how I'll do the visual part of the application (UI). I have worked with Windows Forms and WPF. In the Microsoft Build event in 2014, it was said that Wi...
asked by 28.01.2017 / 12:45
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