Hello,
There are images with background themes.
I need to implement a dropdownlist with images only.
All images have the same size 150x50, so when I press the down button it should show the full item list. Those may be elements of an imageList.
I tried Telerik RadDropBownButton, and RadButtons as items.
The attached picture is what I have now. As I can see the left is the position and place for the image, and there is still small place for text. There is no text, only image. How to hide the text place, to keep only image?
Hey, is there a way to change the popup location of RadDropDownButton? I'm currently trying to put it over the button and at the right side. See screenshot to know what I mean. It's is not showing correctly because the edge of the screen.
I've tried setting the popup bound but it don't work
btnOpcoesTela.DropDownButtonElement.DropDownMenu.PopupOpened += DropDownMenu_PopupOpened;
private
void
DropDownMenu_PopupOpened(
object
sender, EventArgs args)
{
var popup = sender
as
RadDropDownButtonPopup;
popup.SetBounds(10, 5, popup.Width, popup.Height);
}
Hi Progress Telerik Team,
As we know that the default value of RadToggleSwitch is true, i have such scenario that i want to make this default value false programmatically
Could you please provide me the sample code or assist me in doing so?
Thank you in advance!
Best Regards,
Ahmed
Hello ,
I have RadToggleButton , and I try to set image as backgorund (streach the image on all the button)
But when I set the BackgroundImage to my image and the BackgroundImageLayout as streach (or any other opetion) nothing happen.
Thanks.
MA
Public
Sub
New
()
' This call is required by the designer.
InitializeComponent()
Dim
myTheme
As
New
DesertTheme()
ThemeResolutionService.ApplicationThemeName =
"Desert"
End
Sub