Problem Closed. This question is off-topic. It is not currently accepting answers. Lacks concrete context: Code Review requires concrete code […]
Tag: xaml
Settings, setting settings, and settings handlers
Problem So, back in this question, I built a set of settings. Now, I am trying to clean the entire […]
Handle Settings in Windows App
Problem So, I fixed my problem with a public ViewModel for my MainPage like this: MainPage.xaml.cs: private static MainPageVM Data […]
Is this a good user control layout for WPF?
Problem Below is a code snippet of how I have been laying out my WPF control XAML. I do it […]
Insert String array as label content in datagrid row through radio button
Problem I have written some code for inserting a label at runtime that has its content set to a string […]
Is there a better way to get a child?
Problem I have written the following code to get ImageColorPicker child: foreach (CustomTabItem customTabItem in SelectedWindowsTabControl.Items) { TabItem ti = […]
App.xaml.cs Startup Code Refactoring
Problem Quite simply, this is my base class for Xamarin forms, everything is fully working, but it’s getting a bit […]
Vertical WPF icon button that uses Segoe MDL2 font for icon
Problem This is a button that changes text and icon according to a Boolean state. for example, a play / […]
Improving CollectionView Filter Speed
Problem I have around 350 People loading into a CollectionView and am already noticing some lag when filtering on their […]
WPF controls visibility throught IMultiValueConverter
Problem I have control with RadioButtons. Each RadioButton represent some state of document. Each document have a lot of labels, […]