Click here to Skip to main content
15,917,321 members

Comments by Sreepada1005 (Top 11 by date)

Sreepada1005 30-Mar-16 3:47am View    
Finally I changed my approach, I tried using an other textblock behind my control and controlled the visibility of it on focus.So, that's covered my req.:)
Sreepada1005 31-Aug-15 8:59am View    
When I try to bind FallBackValue ,WPF doesnot allow me to do it.
Sreepada1005 30-Aug-15 23:04pm View    
No.We give a fallBackValue on Binding a properrty to TextBox.Instead of providing the string literal,can we able to bind it with a string property?Something like below.<textbox text="{Binding" mytext,fallbackvalue="{Binding" myfallback}="">
Sreepada1005 15-Jul-15 15:37pm View    
Setting proper layout solves the problem.I actually misunderstood the behavior.
Thanks!
Sreepada1005 14-Jul-15 15:30pm View    
Its an existing application (I cannot change this to Form only/WPF only App).Is there any way to solve this issue please?