1
Reply

LastChildFill property in WPF

Kamal Verma

Kamal Verma

Jul 30 2011 9:03 AM
3.2k
Hi Friends,

I want to know why we using LastChildFill property with DockPanel in WPF....?

<DockPanel  Height="50" LastChildFill="False">
   
.........................
</DockPanel>

Answers (1)