Hi
Is there a way to remove the startButtonImage, respectively the tabs start at the left?
If I set:
this.radRibbonBar1.RibbonBarElement.ApplicationButtonElement.Visibility = Telerik.WinControls.ElementVisibility.Collapsed;
The button is gone but the space is still here.
I also tried:
this.radRibbonBar1.StartButtonImage = null;
this.radRibbonBar1.StartMenuWidth = 0;
but the space is always here.
Thank you in Advance
Kind Regards,
Dominik

Hi,
I'm programming with VB.NET, I need help with the ChartView Y-axis value formatting.
Can you let me know how to format the Y-axis with thousand separator instead of the exponential format and how to widen the Y axis if this is the issue.
I attached a screenshot...
Thanks and best regards,
Dominic
How for I offset ChartView Line Chart Label position more to the left of the datapoint ?
Meaning how do I move the label further left of the datapoint ?
Hello,
The ScrollBar getting started guide shows a example using panels.
Please, may I know if is possible to use RadGridView with a RadVScrollbar?
An application can have multiples RadGridView and the default scroll bars doesn't match with the theme selected.
An example will be useful.
Thanks

Does anyone have any examples of using the RadSpellChecker with the WinForm DataGridView? I'm trying to integrate these together and I'm not finding any examples or guidance.
Thanks
Hi,
I want visible range minimum / maximum of vertical axis after zoom in.
Image1 is default view
Image2 is zoom view
How to get visible range of 12437.1275 & 11437.1275 after zoom

I'm trying to remove the sort arrow from column headers in the RadListView control.
I attached an image for example.
Thank you.

Using Telerik UI for WinForms 2019.1.117.40
Have a form with multiple controls including RadMultiColumnComboBox. Dropdownstyle is DropDownList. I see the RadMultiColumnComboBox receives focus when tabbing thru the controls, but it will not receive keyboard input initially. I can get it to receive keyboard input on subsequent times if I use the mouse to open the drop-down & close the drop-down 1st.
Sequence of actions:
1. tab thru controls to set focus on RadMultiColumnComboBox <---- keyboard input does not work
2. tab to another control
3. tab to RadMultiColumnComboBox <----- keyboard input still does not work
4. use mouse to click the drop-down arrow to open
5. use mouse to click arrow to close drop-down
6. use mouse to click on another control
7. tab thru controls to set focus on RadMultiColumnComboBox <---- keyboard input NOW works.
I have tried in code to open and close the drop-down and then tabbing to it, but keyboard input still does not work. Keyboard input only works after I have used the mouse one time to open & close the drop-down.
Is there a way to get the keyboard input to work every time?
