Skip to main content

All Questions

Tagged with
0 votes
1 answer
107 views

Dynamic change of binded visibility of flipview's item template

I am making UWP desktop app using c# and xaml. I need to change visibility of two text blocks(let's say TextBlock1 and TextBlock2) which is a part of FlipView's item template, depending on user input (...
wpsimon09's user avatar
  • 116
5 votes
1 answer
1k views

UWP Visibility binding not working (mvvmlight)

I am puzzled by a (I thought) simple thing to implement; make a UI element visible depending on a binding to a view model. I use the mvvmlight framework. When the binding (boolean) is set to true the ...
bas's user avatar
  • 14.5k
0 votes
1 answer
32 views

C# uwp client server show components

I have a problem with my server uwp side. I try do unhide some components like this but my app hangs on : private async void StreamSocketListener_ConnectionReceived(StreamSocketListener sender, ...
djillius's user avatar
3 votes
1 answer
1k views

VisualStateManager does not hide control in UWP when width gets small

I have used the VisualStateManager to hide (collapse) an image control in a UWP app before, so I know it works. But in this one example (below), it does not. I cannot figure out why the big image (...
ThePeter's user avatar
  • 918
0 votes
1 answer
1k views

How to binding DataTemplate element's visibility to ancestor element's ViewModel property? [duplicate]

I have a DataTemplate: <DataTemplate x:Key="BMSelectedItemTemplate"> <StackPanel Orientation="Horizontal"> <TextBlock Text="*" Visibility=???/> ...
spspli's user avatar
  • 3,248