Telerik Forums
UI for WinForms Forum
1 answer
441 views
Hi,
I am new in Winforms and I try an example with a radGridView to display some columns. What I want is to use the horizontal scroll bar to allow the user to see all the columns that don't fit in the display area of the grid. What it does now is to shrink the last columns to a minimum size and the user must go and try to resize the columns in order to see the last columns of the grid.


Thank you very much
Stefan
Telerik team
 answered on 23 Sep 2014
1 answer
122 views
I have just downloaded trial version of Telerik UI for winforms, I was trying to display an image as BackgroundImage on a RadSplitButton, but when I set the BackgroundImage property it is ignored by the control but on the other hand, the Image property works as normally, but I need to set the BackgroundImageProperty. Why this property is ignored by default, and how to fix it?

Any help will be appreciated
Stefan
Telerik team
 answered on 23 Sep 2014
2 answers
124 views
Goodmorning,

I need to implement some icons in my winforms Application.

Now I'm using the TelerikMetroTouch theme, is there a free iconset that I can use?

Thanks for you support
Dario
Dario
Top achievements
Rank 1
 answered on 23 Sep 2014
1 answer
168 views
I might be going down the wrong path here but here is some
background to why I am asking about disabling drag and drop at design time and
am open to other solutions to my problem.

I am looking to add multiple shapes to create a representation of a piece of
equipment and while it operates have the shapes move on the screen in
coordination with the equipment. The visual studio power pack shapes was an
option but had a problem they had to be placed on the form in the exact order
you wanted them you could not use bring to front or send to back. This caused a
major problem as the equipment is complex and needs many shapes and to add each
item in the exact sequence is un feasible.

I noticed while doing some other work Telerik had a shape designer and this
feature seemed like a good option to create all different shapes for my
equipment representation. I tried to find the least complex telerik component
such as a label or panel to apply the shape to. The problem I am having is when
I drag shapes on top of each other the Design time Designer adds the shape to
the other shape as if it were a control container. If I could stop them from
acting as control containers this would be a workable solution to my problem.



If anyone has any suggestions to this problem or a different solution I would appreciate
it.



My requirements.

1. Able to design multiple different shapes and layer them on top of each other.
The control needs to clip its region around the shape so you can see the shapes
behind.

2. The shapes need a boarder

3. The fill and boarder colors need to be able to change at run time

4. The shape needs to be able to move and its visibility changed at run time



Not required but a nice to have is a way to group the shapes together as one
larger shape collection able to be placed on top of other shapes or collections
maintaining the ability to see shapes underneath.

Stefan
Telerik team
 answered on 23 Sep 2014
3 answers
175 views
Hello,

Can you provide a sample code for ListView that has a tree in its first column ?

Thanks,
Z,V
Dimitar
Telerik team
 answered on 23 Sep 2014
5 answers
380 views
I'd like to remove the border around the content area.  But I can't figure out how to get access to it.

I also use a RadPageView and I can get rid of the border by doing

 RadPageViewContentAreaElement contentArea = ((Telerik.WinControls.UI.RadPageViewContentAreaElement)((pageView1.ViewElement).ContentArea));
 contentArea.Padding = new Padding(0);

I'd like to do something similar but with the Main Document View inside of the Rad Dock.

Thanks.
Stefan
Telerik team
 answered on 23 Sep 2014
1 answer
117 views
Hi,

I've came across a scenario where I have all the property value of type String and I'm not too sure why the search box is not searching based on values. It just searches based on the label of that property! 

What if I wanted that search box to search for all the properties such as Property LabelProperty DescriptionProperty Name and Property Value ? 

Thanks in advance.

Regards,

Pratik
Dimitar
Telerik team
 answered on 23 Sep 2014
1 answer
117 views
Hello,

Is it possible ?
Can you send a sample code ?

Thanks,
Z.V
Stefan
Telerik team
 answered on 23 Sep 2014
2 answers
139 views
When the original radgrid populates with data and I fire the tooltiptextneeded event the tool tip text is correct. Once I alter the grid, for example, clicking one of the headers to sort the data the tool tip text doesn't follow the rows. The tool tip text stays where it was when the rows were originally rendered. I am obviously missing something here. Do I need to update the radgrid's rows somehow on the sort event to reflect the new row values?

Thanks,
Chuck

Code Example:

Private Sub dgMyIssues_ToolTipTextNeeded(sender As Object, e As Telerik.WinControls.ToolTipTextNeededEventArgs) Handles dgMyIssues.ToolTipTextNeeded
 
       Dim cell As GridDataCellElement = TryCast(sender, GridDataCellElement)
 
       If cell IsNot Nothing AndAlso cell.RowIndex > -1 Then
 
           If dgMyIssues.Rows(cell.RowIndex).Cells("Description").Value Is DBNull.Value Then
               e.ToolTipText = ""
 
           Else
 
               Dim s As String = dgMyIssues.Rows(cell.RowIndex).Cells("Description").Value
 
               If s.Length > 500 Then s = s.Substring(0, 500) & "..."
 
               e.ToolTipText = s
 
               If e.ToolTipText.Length > 75 Then e.ToolTipText = SplitToolTip(e.ToolTipText)
 
           End If
 
       End If
 
   End Sub
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 22 Sep 2014
7 answers
370 views
I have two radLabelElements in my radStatusStrip.  I want one to be anchored to the left and the second anchored to the right.  I want the right one to use all of the space not used by the left one.
Stefan
Telerik team
 answered on 22 Sep 2014
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
SplitContainer
Documentation
Map
DesktopAlert
CheckedDropDownList
ProgressBar
MessageBox
TrackBar
Rotator
SpinEditor
CheckedListBox
StatusStrip
CollapsiblePanel
LayoutControl
ShapedForm
SyntaxEditor
Wizard
TextBoxControl
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
WaitingBar
GroupBox
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
NavigationView
BindingNavigator
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
TreeMap
StepProgressBar
SplashScreen
Flyout
Separator
SparkLine
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
SpeechToTextButton
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?