chriga's blog
Pages
(Move to ...)
Home
Software
WPF
Android
Arduino
Privacy Policy
Contact
▼
Showing posts with label
XAML
.
Show all posts
Showing posts with label
XAML
.
Show all posts
Saturday, January 9, 2016
The differences between TextBlock and Label in WPF
›
You can use two elements to show text in GUI, so-called "Label". These are Label: < Label > Text </ Label > TextB...
41 comments:
Thursday, December 17, 2015
Setting the Background of a WPF TextBox depending on Validation in a Template/Style using TemplateBinding 2
›
I showed how to change the Background of a TextBox, if some own ValidationRule failed in the post Setting the Background of a WPF TextBox d...
Saturday, July 25, 2015
Minimum column width in WPF ListView/GridView
›
It seems that it is not possible to set the minimum width of a column within XAML. But it can be forced withn code-behind. Laurent Bugnion h...
1 comment:
Tuesday, June 23, 2015
Setting the Background of a WPF TextBox depending on Validation in a Template/Style using TemplateBinding
›
Recently I wanted to change the Background of a TextBox , if some own ValidationRule failed. But I couldn't get this to work. I tried ...
7 comments:
›
Home
View web version