Hello,
I am trying to style a RadDropDownButton in a winform, and am having difficulty determining where or how to edit the dropdown item list.
I've edited the shape of the RadDropDownButton by changing the ActionButton, ArrowButton and BorderElement to rounded corners, but now it looks slightly odd when the button is clicked (see pic attached).
I would like to move the menu to be centered below the button text to the right of the rounded corners, and maybe try rounding the corners and changing the backcolor of the menu items as well. I am not sure how to access the visual elements of the items, or dropdown menu list.
How / where can this be done?
Thanks

Dears,
I am using Telerik Windows form with below version.
Telerik.WinControls.UI version - 2013.2.724.40
.NET Framework version - 4
I have a strange problem, the text of all the rad controls was omitted and being displayed as Ellipsis (...) even though the control width is greater than the control content(text) width.
am facing this issue from the last 3 days but before that same RadForm displayed all the text normally.
I don't understand the exact problem, whether some setting are creating the problem or build issues or cache issues or what ??..
I have checked the properties like width, Autosize & Font size and tried in different ways but find no clue :(
any suggestions.
Thank you.


Hi,
I have cardView that I am filling it with data manually (no data-binding).
I have problem in using text wrapping. See attached image.
as you can see the blue test is clipped, I need to display the entire test lets say in two line not one line. Can this be done?
Many thanks in advance.
Omar
Is there a way to make border for Chart?
Example in attachment

GridViewAutoSizeColumnsMode.Fill
but also, set the BestFitColumns, so they are not all the same size.
hi
i use this code
Integrating PanZoom, TrackBall and LassoZoom Controllers in RadChartView
but i get this error

During localization it may happen that some buttons should become wider. In my case changing ColorDialogLocalizationProvider.CurrentProvider is not enough. For most dialogs that can appear from rich text editor I can replace them with inherited class and play with this.Controls property. But I don't see a way to do that for color dialog.
I could override three event handlers (ButtonBackColor_Click, ButtonForeColor_Click, ButtonParagraphBackColor_Click) of RichTextEditorRibbonBar and take and tweak the code that is there, but that feels like a kludge. What is the proper way to tweak control sizes in color dialogs created from rich text editor?

Hello,
After implementing solution in style of article (http://www.telerik.com/support/kb/winforms/details/integrating-panzoom-trackball-and-lassozoom-controllers-in-radchartview), I have faced with some problems:
1. After using LassoZoom I cannot move in plot area in the vertical direction
2. Changing MyLassoZoomView class (for example changing color of selection rectangle) does not show any effect
Could you help with this problem?
