We are testing a chart filled in the winforms dock, after add lineSeries to the chart, chart shrink. We are added chart.SetRadAutoScale(true), chart.Refresh(), chart.Area.Refresh(), chart.View.Refresh() nothing change.
Dear all,
I can't find the new SplahSceen control for winforms in the R3 2022 new release. Neither in Telerik specific menu, nor in the standard VS2022 Add Element.
Thanks for your help
Regards
Hi,
I have just installed the latest update to R3 2022 and notice that the rendering of radio buttons now seems to have an issue when drawn in HDPI.
I have taken these images from the Demo App for Group Box
Example in non HDPI
When application dragged to HDPI 4K monitor
Kind regards, Toby
Hi folks. This will be a silly one for those of you who know but it's got me baffled.
I'm editing a Theme and need to adjust the tab's displayed at the top of a RadPageView. I expected to see RadPageViewPage in Visual Style Builder and found RadPageView easily enough but the UI for RadPageViewPage eludes me.
Does anyone know where I can find this in Visual Style Builder? Perhaps its an inherited control called something else?
Cheers!
[C# WinForm]
Regarding the Row Header (as shown in the figure below: (C7, C6,...,C1)
Questions:
Hello,
I can't seem to find a way to change the title forecolor on the RadRibbonForm to white on focus. The control buttons change to white but not the title. When the form is not in focus then the background changes to white and the text and controls are black. But when form is focused the background changes to dark blue and the text remains black.
I know I can change AllowAero to false to control colors on the title bar. However, making that change also seems to make it more difficult to grab the edges of the form for resizing. I am also using the Fluent theme. But I've tried with other themes to no avail.
Robert
Any possible solution for set Place Holder/Null Text in Radgriview Cell without editing mode
Hi.
Winforms, c#, .net core 6, VS2022.
I googled to discover, in a very old post, that a gridview was only capable of exporting data from the whole grid unless a flag was set for it to ignore hidden columns/rows.
So I decided to hide columns/rows whilst exporting, then restore the original view afterwards.
But. Is there a clean method to retrieve the start/end column/row indexes or do I have to laboriously step through selected cells to find min/max index values for each cell?
Thanks in advance :)