python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to resolve the memory leak issue, when a custom control is placed into the Collection view data template
I designed a custom control that will contain content and will be primarily used to display a basic animation before loading the content. We used ValueAnimator to start and stop the animation in our c...
T.Eswaran
Votes: 0
Answers: 0
How to set a DependenceProperty if another DependencyProperty changes?
This is my solution structure:
My MainWindow.xaml:
<Window x:Class="ExampleApp.Views.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
...
Anno
Votes: 0
Answers: 0
WPF Custom control with ContextMenu ItemCollection
I'm trying to create something like expandable button - button with context menu above, which will open by left mouse button click. Only thing I still can't finishing up is items property, which could...

Vlad i Slav
Votes: 0
Answers: 1
UWP VisualStateManager.GoToState() Not Working
I've created a custom control (ToggleIcon) that acts as a substitute for CheckBox, and need to add an IsChecked property to it so it can be programmatically cleared. I tried to accomplish this by usi...
Keven M
Votes: 0
Answers: 1