You will see that GraphicalView doesn't move but TextView loses task position and scrolls to the top.
Note that using mouse Scroll refreshes the correct position of TextView on the selected task.
When we have start position set to center screen:
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
RadForm does not calculate the correct location of the form on HDPI devices.
1. Create a Winforms application containing RichTextEditorRibbonBar
2. Add a CodedUI test project
3. Start the application and add a new CodedUITest
4. Drag the Spy from the "UIMap - Coded UI Test Builder" onto a disabled radButtonElement - for example "Delete All" button in the "Review" tab
You will see that the Enabled property value is true instead of false.
This doesn't work in both .NET Framework and .NET 5.
Add a RadForm and set its AutoScroll property to true at design time. When you add any controls that are located outside the form's size a scroll bar appears. However, it seems to be disabled and the user is not allowed to scroll at design time.
I have installed the suite of controls for winforms, but I can't get them to appear in the toolbox. When I use Extension / Telerik / Telerik UI for Winforms / Launch Toolbar configurator it shows me the control options and is supposed to add them to the Toolbox, but they don't appear. If I select the Show All option then all the Telerik control categories appear, but none are enabled. So I did it manually and it remains the same.
This image shows the toolbox after using the Telerik extension Launch toolbox configurator
As you can see, no tab appears with the Telerik controls.
And if I tell it to show me all the tabs, the Telerik controls do appear, but they are not enabled, as can be seen in the following image:
Thanks,
Juan Carlos
Hello support,
i use the radBrowseEditor.
Here the code:
private readonly string ActualPath_LiteDB = "";
public F_ApplicationsSettings()
{
InitializeComponent();
//set up actual paths
ActualPath_LiteDB = Settings.PathToLogLiteDB;
radBrowseEditor_db_path.Value = ActualPath_LiteDB;
this.Text = F_Translations.GetTranslationText("settings");
}
When i set the DialogType to FolderBrowseDialog the initial directory the its working:
But if i set it the DialogType to RadOpenFolderDialog its not working. Its always showing the Desktop folder:
Follow the steps:
1. Please enter "0.12345"
2. Using the left arrow navigate after "1" and hit Backspace to delete "1"
3. Enter "6". It would be inserted in the wrong position
Hello Telerik Team,
our Customor works primary on Microsoft Surfaces. These scales on 200 %.
We use AutoScaleMode DPI and all is fine, except the Ribbon Bar. It cuts the ribbon Bar in half, if it's normally collapsed.
We didn't find any solution to fix this.
Interesting is the Resizing of the Bar. if you move it between to monitors
Maybe it's only a configuration we didn't found yet, maybe it's really a bug.
And a second question: If we maximize the Window, the TitleText hides. Is it possible to show the TitleText in maximized mode too.
Please refer to the attached if file. You will notice that the converter wizard will skip the designer file if the form's file end with "Settings".
Workaround: change the file name to skip ending with "Settings"
hi...
A Callout Control is in your roadmap for winforms please ?
thx in advance...
regards,