RectangleF rect = new RectangleF(this.OptionsButton.BoundingRectangle.X + this.OptionsButton.BoundingRectangle.Width + this.FindNextButton.Margin.Right + this.OptionsButton.Margin.Left, this.OptionsButton.BoundingRectangle.Y, this.button.DesiredSize.Width, this.OptionsButton.BoundingRectangle.Height);
this.button.Arrange(rect);
return s;
}
}
I am also attaching a screenshot showing the result on my end. I hope this will help.
Regards,
Hristo
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers.Learn More.
Hello, can be this done from XAML only to have support for bindings? If not can it be created as feature request?
Thanks.
Dinko | Tech Support Engineer
Telerik team
commented on 08 Sep 2023, 01:22 PM
The scenario which is discussed in this thread is related to RadGridView for WinForms. You can check the Telerik UI for WPF Forum for a similar thread. If such is not found, you can create a new forum thread with your questions inside.