1
Answer

LastChildFill property in WPF

Kamal Verma

Kamal Verma

13y
3.2k
1
Hi Friends,

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

<DockPanel  Height="50" LastChildFill="False">
   
.........................
</DockPanel>
Answers (1)