Telerik Forums
UI for WinForms Forum
1 answer
127 views

Hi,

 

I know this has been answered for other suites, but I can't find a suitable solution for WinForms.

In a hierarchical GridView, the expand arrow is shown for every entry, whether there is a child entry or not.

I want the icon only for entries with children, which is what users expect.

 

Thank you

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 22 Mar 2023
1 answer
139 views

Hi,

I have a MultiColumnComboBox with the activated ScrollOnMouseWheel function which make the mouse wheel scroll through the entries when the dropdown is closed, that is what I want.

But by scrolling this way every second item is skipped, and therefore half of the entires cannot be reached.

Is there a way to change that behaviour?

 

Thanks

Julian

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 20 Mar 2023
1 answer
198 views
i want to change the fontsize of the whole application by customer setting,  just like palette function, how can i do this in winform, thanks
FluentPalette.Palette.FontSizeS = 10; 
FluentPalette.Palette.FontSize = 12; 
FluentPalette.Palette.FontSizeL = 13; 
FluentPalette.Palette.FontSizeXL = 14; 
FluentPalette.Palette.FontFamily = new FontFamily("Segoe UI"); 
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 20 Mar 2023
1 answer
101 views

My code has LOTS of places where it sets-up new menu items, like:

 With delMenu.Items
            .Add(New RadMenuItem("..section from document", New EventHandler(AddressOf mnuDeleteSectionFromDocument_Click)))

...etc

I am moving it all over to a new version of my app, which is, I think, using a newer verison of the winforms framework.

This code still comiles, but doesn't create the link from the menu item to the address handler, whereas the more long-form approach works just fine:

  Dim aMenuItem = New RadMenuItem("test")
        AddHandler aMenuItem.Click, AddressOf mnuTest
        delMenu.Items.Add(aMenuItem)

Was there a change in the APi, in which case I need to change everything, or is there another way to create all the menu options and their handlers quickly?

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 17 Mar 2023
1 answer
168 views

Hi,

We currently store our visual theme files separately as xml files (per control) instead of the tssp package file. This allows us to have a more detailed source control over the changes in each control, merging between branches is easier, etc.

Using a manual process, we open the Visual Style Builder, load the complete folder with the given xmls, and save the theme as a package. We then later on, copy the file to our application, and publish it.

We would like to automate the process of generating the tssp package given the xml files either by some tool from Telerik (if it exists), or by using any API available.

Is this possible? if not, can you please suggest an alternative solution?

Thank you.

Dinko | Tech Support Engineer
Telerik team
 answered on 16 Mar 2023
1 answer
456 views

How do I make a cell or cell ranges read-only ?

I want to show the user the cells values, but don't want them to be able to edit the data.

Thanks

Dimitar
Telerik team
 answered on 15 Mar 2023
1 answer
123 views

Reading this document: https://docs.telerik.com/devtools/winforms/controls/syntax-editor/features/word-wrap

States that wordwrap should now be a thing.  However, it isn't for me.

 

I've updated to the latest Telerik (already was), and no luck.

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 14 Mar 2023
1 answer
158 views

Basically what the title says.  I've selected part of a document, and I want to replace only part of the text, within that selection.  Is this possible?  I've been trying various things, but so far, no luck.

In short, I've added commenting to my text.  That works fine, but I can't uncomment (remove the comment characters) from the selected text.

Troy
Top achievements
Rank 3
Bronze
Iron
Iron
 answered on 12 Mar 2023
1 answer
187 views

In the image below I have five DocumentWindow (state names) and a ToolWindow (Properties). Following this steps, the ActiveWindowChanged event is called twice from different windows:

  1. make Colorado (tabbed window) the active window
  2. make California (Floating window) the active window
  3. make Properties (ToolWindow) the active window. At this point, the ActiveWindowChanged event is called twice. The first one changes the ActiveWindow from California to Colorado. And the second call changes the ActiveWindow from Colorado to Propeties.

This is making the application shows the Colorado properties instead of the California properties.

Is this the expected behavior? Is there a way to fix it?

I am using UI.for.WinForms.AllControls.Net40 v2022.3.921

Dinko | Tech Support Engineer
Telerik team
 answered on 10 Mar 2023
2 answers
133 views

Is there an event like this in the Spreadsheet control?

What I need is when the user selects a single column, I enable/disable various menu options, but I can't find an event which is fired when a column in a sheet gets selected.

(BTW - I got the name of this event from ChatGPT, which thinks that a RadSpreadsheet has this event, but it's working from data up to 2021, so maybe this is an old event?)

Thanks

 

Dimitar
Telerik team
 answered on 08 Mar 2023
Narrow your results
Selected tags
Tags
GridView
General Discussions
Scheduler and Reminder
Treeview
Dock
RibbonBar
Themes and Visual Style Builder
ChartView
Calendar, DateTimePicker, TimePicker and Clock
DropDownList
Buttons, RadioButton, CheckBox, etc
ListView
ComboBox and ListBox (obsolete as of Q2 2010)
Form
Chart (obsolete as of Q1 2013)
PageView
MultiColumn ComboBox
TextBox
RichTextEditor
PropertyGrid
Menu
RichTextBox (obsolete as of Q3 2014 SP1)
Panelbar (obsolete as of Q2 2010)
PivotGrid and PivotFieldList
Tabstrip (obsolete as of Q2 2010)
MaskedEditBox
CommandBar
PdfViewer and PdfViewerNavigator
ListControl
Carousel
GanttView
Diagram, DiagramRibbonBar, DiagramToolBox
Panorama
New Product Suggestions
VirtualGrid
Toolstrip (obsolete as of Q3 2010)
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
Documentation
SplitContainer
Map
DesktopAlert
CheckedDropDownList
ProgressBar
MessageBox
TrackBar
Rotator
SpinEditor
CheckedListBox
StatusStrip
LayoutControl
ShapedForm
SyntaxEditor
Wizard
TextBoxControl
CollapsiblePanel
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
Styling
Barcode
PopupEditor
RibbonForm
TaskBoard
Callout
NavigationView
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Security
LocalizationProvider
Dictionary
SplashScreen
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?