Click here to Skip to main content
15,888,610 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: WrapPanel Bound To Collection [modified] Pin
Kim Breugelmans24-Mar-11 20:19
Kim Breugelmans24-Mar-11 20:19 
GeneralRe: WrapPanel Bound To Collection Pin
Kevin Marois25-Mar-11 5:43
professionalKevin Marois25-Mar-11 5:43 
GeneralRe: WrapPanel Bound To Collection Pin
SledgeHammer0125-Mar-11 6:32
SledgeHammer0125-Mar-11 6:32 
GeneralRe: WrapPanel Bound To Collection Pin
Kevin Marois25-Mar-11 7:07
professionalKevin Marois25-Mar-11 7:07 
GeneralOk Everyone, Here It Is Pin
Kevin Marois25-Mar-11 7:31
professionalKevin Marois25-Mar-11 7:31 
GeneralRe: WrapPanel Bound To Collection Pin
Kim Breugelmans25-Mar-11 7:04
Kim Breugelmans25-Mar-11 7:04 
GeneralRe: WrapPanel Bound To Collection Pin
SledgeHammer0125-Mar-11 9:30
SledgeHammer0125-Mar-11 9:30 
QuestionWPF binding to a simple CLR Property? (Visibility=Collapsed) Pin
devvvy23-Mar-11 16:23
devvvy23-Mar-11 16:23 
Hi
I have trouble getting WPF binding to a simple CLR Property to work (Visibility=Collapsed)

<Button Name="btnSomeCmd" HorizontalAlignment="Left" Grid.Row="0" Grid.Column="3" Click="btnSomeCmd_Click" Width="25px" Height="25px" Visibility="{Binding Path=IsSomeCmdVisible}" >


public partial class SomeUserControl : UserControl
{
...
public Visibility IsSomeCmdVisible
{
get { return Visibility.Collapsed; }
}
...
}

sigh, WPF makes it so hard to get simple things work. (I got it working with dependency property but simple CLR... anyone please write an article on this)
dev

AnswerRe: WPF binding to a simple CLR Property? (Visibility=Collapsed) Pin
devvvy23-Mar-11 19:42
devvvy23-Mar-11 19:42 
AnswerRe: WPF binding to a simple CLR Property? (Visibility=Collapsed) Pin
Pete O'Hanlon23-Mar-11 23:03
mvePete O'Hanlon23-Mar-11 23:03 
QuestionBook - Silverlight 4 - Problem Design Solution Pin
arkiboys23-Mar-11 2:41
arkiboys23-Mar-11 2:41 
AnswerRe: Book - Silverlight 4 - Problem Design Solution Pin
Mycroft Holmes23-Mar-11 12:20
professionalMycroft Holmes23-Mar-11 12:20 
GeneralRe: Book - Silverlight 4 - Problem Design Solution Pin
arkiboys23-Mar-11 22:31
arkiboys23-Mar-11 22:31 
GeneralRe: Book - Silverlight 4 - Problem Design Solution Pin
Mycroft Holmes23-Mar-11 23:01
professionalMycroft Holmes23-Mar-11 23:01 
Questionproblem in accessing files network folder path. Pin
souravghosh1822-Mar-11 20:31
souravghosh1822-Mar-11 20:31 
AnswerRe: problem in accessing files network folder path. Pin
Pete O'Hanlon22-Mar-11 22:55
mvePete O'Hanlon22-Mar-11 22:55 
QuestionWPF Installation Window needs to be able to run external program Pin
tprice73644 22-Mar-11 8:00
tprice73644 22-Mar-11 8:00 
AnswerRe: WPF Installation Window needs to be able to run external program Pin
Pete O'Hanlon22-Mar-11 22:58
mvePete O'Hanlon22-Mar-11 22:58 
Questionnavigation page vs usercontrol Pin
arkiboys22-Mar-11 6:18
arkiboys22-Mar-11 6:18 
AnswerRe: navigation page vs usercontrol Pin
Pete O'Hanlon22-Mar-11 6:45
mvePete O'Hanlon22-Mar-11 6:45 
GeneralRe: navigation page vs usercontrol Pin
arkiboys22-Mar-11 23:00
arkiboys22-Mar-11 23:00 
GeneralRe: navigation page vs usercontrol Pin
Pete O'Hanlon22-Mar-11 23:14
mvePete O'Hanlon22-Mar-11 23:14 
GeneralRe: navigation page vs usercontrol Pin
arkiboys22-Mar-11 23:28
arkiboys22-Mar-11 23:28 
GeneralRe: navigation page vs usercontrol Pin
Pete O'Hanlon22-Mar-11 23:33
mvePete O'Hanlon22-Mar-11 23:33 
GeneralRe: navigation page vs usercontrol Pin
arkiboys22-Mar-11 23:35
arkiboys22-Mar-11 23:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.