Hello Prabakaran,
To resolve this behavior you can try to set the RowDefinition's Height of the root Grid element and the Grid that wraps the tab item's Content to Star (" * ") .
Basically, when the Height is set to Star (which is the default value) the children will take the whole available space. On the other hand, when it is set to Auto, the Grid panel will give its children all the space they need. I have modified the project above to fit your scenario. Can you give it a try and let me know if this is the behavior you are looking for?
Also, you can take a look at the Panels Overview article which describes the native WPF panels and how they arrange their children.
Regards,
Dinko
Telerik
To resolve this behavior you can try to set the RowDefinition's Height of the root Grid element and the Grid that wraps the tab item's Content to Star (" * ") .
Basically, when the Height is set to Star (which is the default value) the children will take the whole available space. On the other hand, when it is set to Auto, the Grid panel will give its children all the space they need. I have modified the project above to fit your scenario. Can you give it a try and let me know if this is the behavior you are looking for?
Also, you can take a look at the Panels Overview article which describes the native WPF panels and how they arrange their children.
Regards,
Dinko
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items