Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Sheridan
Sheridan has asked
26
questions and find answers to
310
problems.
Stats
8.4k
EtPoint
2.8k
Vote count
26
questions
310
answers
About
Senior C#, WPF .NET software developer with excellent UI design skills.
Sheridan questions
Is there something in WPF similar to Style.BasedOn for DataTemplate?
Why do I keep getting 'Assembly must be specified for XAML files that are not part of a project' errors in a local project?
How to make text wrap in a WPF TreeViewItem?
How to get desired height of WPF UI element with current height of 0?
How to trigger validation on one property when another property has been validated, using custom ValidationAttribute and INotifyDataErrorInfo
Determining a computer's maximum hard drive data transfer rate programmatically with C#
How to find out what causes the generic 'Application cannot be started. Contact the application vendor.' ClickOnce errors?
Change ListBox.ItemsSource Binding property on Button.Click?
Two-way binding problem with WPF ComboBox using MVVM
What to return when overriding Object.GetHashCode() in classes with no immutable fields?
Sheridan answers
treeview item validation
How can I limit the height of a window to a percent of the screen resolution using the MVVM pattern?
How to debug the visual tree if an "Must disconnect specified child from current parent Visual before attaching to new parent Visual" exception occurs
Binding warning when scrolling horizontally in datagrid
WPF SelectionChanged event do the action before tab change
Styling Wpf Pie Chart
Overriding StyleTypedProperty Attribute
How to correctly implement a BackgroundWorker with ProgressBar updates?
Synchronising Offsets between two ScrollViewers without code-behind
WPF MVVM is there an alternative to IValueConverter