Skip to main content

All Questions

Tagged with
0 votes
1 answer
2k views

Visibility = Collapsed not working in DockPanel

I'm trying to get the below TextBlocks to become Collapsed, however it isn't working: <DockPanel Grid.Column="1" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" LastChildFill="False" >...
JosephGarrone's user avatar
2 votes
2 answers
2k views

Wpf controls visibility?

I am creating a Wpf browser application which has multiple controls over the different pages. Every page follows up the same pattern which is as follows: At every page load event there are two combo ...
WPFcitizen's user avatar
1 vote
1 answer
795 views

Why is the visibility of a WPF Grid delayed when a TextBox has focus?

In the following XAML the editPanel is always visible. The overlayGrid is only visibile when a long operation has been kicked off by pressing the F5 key. The visual effect being that the editPanel is ...
Tim Murphy's user avatar
  • 4,892
3 votes
1 answer
187 views

Changing the visibility of a frozen object?

I'm trying to optimize my WPF/VB.net program, and I'm considering freezing some objects. However, while I know that an object that is animated in any way cannot be frozen, I need to know...can you ...
CodeMouse92's user avatar
  • 6,888