Kamal Verma

Kamal Verma

  • NA
  • 142
  • 143.9k

LastChildFill property in WPF

Jul 30 2011 9:03 AM
Hi Friends,

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

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

Answers (1)