Hi, I'm new to Telerik and have the following problem.
I am currently using the LayoutControlSplitter.
The problem is that if I move the splitter right to the end of the window it goes outside the window.
Code:
<
Grid
>
<
telerik:RadLayoutControl
>
<
telerik:LayoutControlExpanderGroup
Header
=
"Expander group"
/>
<
telerik:LayoutControlSplitter
/>
<
Button
Content
=
"Button"
/>
</
telerik:RadLayoutControl
>
</
Grid
>
How can I fix the problem? Thank you very much!