Telerik Forums
UI for WinForms Forum
2 answers
241 views
I want to create multiple pages on one `Form` without showing tab pages!   
How can i do that?  
How can i hide PageView's header of pages?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[This video][1] shows a trick using panels.   
But what is the correct way using Telerik PageView?

  [1]: https://www.youtube.com/watch?v=-rtGpZGyjZY
Zakhaliya Ivarnovich
Top achievements
Rank 1
 answered on 30 Apr 2019
5 answers
360 views
Hello. I'm going to create a special chart in my project. One of the requirements of this particular chart is the possibility of bullet deformation for lines drawn. Is there a possibility to change bullet points on the chart into shapes or images? And is there a possibility to paint several grids?
If this is possible, please provide guidance on how to implement this item?
The image is in the attachment.
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 29 Apr 2019
4 answers
268 views

I want to add RadTitleBar to the RadForm, so I'v created a RadTitleBarElement variable, how do i add it to RadForm(FormElement)?

My goal is to add a close, minimize, and maximize function  to the RadForm.

 

 public RadForm1()
        {
            InitializeComponent();

            
            titleBar = new RadTitleBarElement();

            titleBar.FillPrimitive.Visibility = ElementVisibility.Hidden;
            titleBar.MaxSize = new Size(0, 30);
            titleBar.Children[1].Visibility = ElementVisibility.Hidden;
            titleBar.AllowResize = false;
            titleBar.CloseButton.Parent.PositionOffset = new SizeF(0, 0);
            titleBar.CloseButton.MinSize = new Size(10, 10); 
            titleBar.CloseButton.ButtonFillElement.Visibility = ElementVisibility.Collapsed;

            titleBar.MinimizeButton.MinSize = new Size(10, 10);
            titleBar.MinimizeButton.ButtonFillElement.Visibility = ElementVisibility.Collapsed;

            titleBar.MaximizeButton.MinSize = new Size(10, 10);
            titleBar.MaximizeButton.ButtonFillElement.Visibility = ElementVisibility.Collapsed;

            titleBar.CloseButton.SetValue(RadFormElement.IsFormActiveProperty, true);
            titleBar.MinimizeButton.SetValue(RadFormElement.IsFormActiveProperty, true);
            titleBar.MaximizeButton.SetValue(RadFormElement.IsFormActiveProperty, true);
            titleBar.BackColor = Color.Red;
            titleBar.Close += new TitleBarSystemEventHandler(titleBar_Close);
            titleBar.Minimize += new TitleBarSystemEventHandler(titleBar_Minimize);

            titleBar.MaximizeRestore += new TitleBarSystemEventHandler(titleBar_MaximizeRestore);

    
            this.RadFormElement ?????
        }

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 29 Apr 2019
9 answers
483 views

I've a RadCollapsiblePanel that contains a radpanel (dockstyle.left) plus a  radsplitcontainer (dockstyle.fill).

The radcollapsiblepanel sizing mode is set to .FitToContentHeight.

It collapses ok, but when it expands it seems to resize to the content height correctly but the contents aren't being restored with it. See attached file.

I've tried resetting the contained splitcontainer dock to botton, then fill, but that made no difference.

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 29 Apr 2019
3 answers
602 views

how i can Adjust height of RadGridView (agendaview) automatically in UI for WinForms

thanks

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 26 Apr 2019
3 answers
178 views

Hi everyone,

 

as a key-feature for the RadTextBoxControl a localizable context menu is mentioned. I now have to take advantage of this feature, but cannot find any example or hint, how to do.

Additionally it would be interesting to know, how to customize a context menu and keep the standard functions like 'copy', 'paste', etc.

 

Any suggestions or examples?

 

Thanks in advance!

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 26 Apr 2019
5 answers
170 views

Hi,

 

I like to assign a FormatString to the CalculatorDropDown like Columns.FormatString in GridView-Control.

Example: A value 2.17 should be formated 2.17 m² to display the value in squaremeters.

Is there any property to set or any other solution to format the value in the Calculator-Control?

 

Regards

Hardy

Marc
Top achievements
Rank 1
Veteran
 answered on 25 Apr 2019
5 answers
267 views

My Problem:

I have problem in conversational UI layout.When I set the conversational UI input text box to multiline its height expand vertically and i can't find a way to resize it to normal (like it look without multiline ) and also when I type something in it then send button and toolbar button push in right direction and get invisible to user even I set the dock property of chatUI to fill. 

 

What solution I want:

1. I want conversational UI in multiline mode without increase in the height of input textbox when its empty, height of input text box only increases if line in text get increase and it add vertical scrollbar for viewing down in input text box. (box size will increase decrease with user text input dynamically).

2. The button wont get push in right direction when user type in inputext box in multiline mode.

3. As user type in and text lines get increases then vertical scrollbar added dynamically and when box get empty the input text box goes back to normal size and the scrollbar get remove. (same as whatsapp chat input text box).  

 

I have attach some screenshot to explain my problem please have a look.

 

Thank you. Please reply me ASAP. 

 

 

 

marcelo
Top achievements
Rank 1
 answered on 25 Apr 2019
12 answers
1.0K+ views

How do I hide group row headings (see attached image) without affecting the group footers?

I am using 2015 Q2.

 

Thanks,

Howard

Dimitar
Telerik team
 answered on 25 Apr 2019
2 answers
110 views

Hello,

The RadListBox is not working properly when the Office2013 or the Material themes are activated.

The bug can be reproduced like this:

- Launch the "Demo Application - Telerik UI for WinForms R1 2019 SP1" provided with the control suite.

- Choose "Explore all controls", "List control", "Settings"

- In the "Settings panel", set "Selection Mode" to "MultiSimple"

- In the "Themes" panel, choose "Office2013Light"

- click on the second item, then the third, then the fourth to select --> OK

- click on the second item to unselect it --> Not OK, the list isn't refreshed accordingly

- click on the third item to unselect it --> Not OK, the second item is properly unselected but the third one is still selected

Is there any work around to this very annoying bug?

Thanks.

 

Laurent
Top achievements
Rank 1
 answered on 25 Apr 2019
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
TrackBar
MessageBox
Rotator
SpinEditor
CheckedListBox
StatusStrip
LayoutControl
SyntaxEditor
Wizard
ShapedForm
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
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?