Telerik Forums
UI for WinForms Forum
1 answer
54 views
Hi

There are two behaviours that RadTAbStrip is exhibiting which is causing me some problems.

  1. The TabStrip position on the screen remains static whilst the rest of the screen is scrolling.
  2. The TabStrip on main page remains "on-top" when a SlidingZone expands.

Can you help.

Kind Regards

David

hkdave95
Top achievements
Rank 2
Iron
 answered on 17 Apr 2008
1 answer
161 views
Hi,

I'm trying to hide the tabstrip for one tabbeddocument using the TabStripVisible properties but is doing nothing for this type od documents. Do you know any way to do this? Is this normal with tabbed documents?

To clarify, I have 2 docked documents (right & left) and a unique tabbed document in the middle of the form (so no need to have the tabstrip, as is & will be only one)

Thanks & regards

Julio
Julian Benkov
Telerik team
 answered on 16 Apr 2008
3 answers
136 views
Hi ,
I am trying to configure a RadGrid in my asp.net project, and anytime I try opening the property builder I get an TargetInvocationException (NullReferenceException).
This is very wierd  - especially because in the beginning of the project I was able to do so - it just suddenly started happening.
Also - I have no exceptions at runtime , and I am able to display my data in the grid...

please help , I really need to get into the added options found only in this property builder.

thanx in advance,
rk
Steve
Telerik team
 answered on 16 Apr 2008
2 answers
188 views

I am trying to figure out how to access the width property of a particular day element.

I am using the scheduler theme and using a radhostitem within a specialday in order to display a listbox with a clickable list of items for that date. I need to find a way to programatically set the width of the controls or else they interfere with the underlying cell. Or is there an easier way of implementing this functionality???

Dim c As New RadPanel

Dim tmpLabel As New Label
tmpLabel.BackColor = Color.Transparent
tmpLabel.Width = 75 ''''' THIS IS WHERE I NEED TO FIND DIMENSIONS OR MAYBE FOR THE RADPANEL ITSELF
tmpLabel.Text =
Me.RadCalendar1.SpecialDays(0).Date.Day
c.Controls.Add(tmpLabel)

Dim tmpList As New ListBox
tmpList.Width = 90  ''''' THIS IS WHERE I NEED TO FIND DIMENSIONS
tmpList.Height = 90tmpList.Font =
New System.Drawing.Font(FontFamily.GenericSansSerif, 8, FontStyle.Regular)tmpList.BorderStyle = BorderStyle.None

tmpList.Items.Add("TESTING")
tmpList.Items.Add(
"TESTING2")
tmpList.Items.Add(
"TESTING3")

c.Controls.Add(tmpList)

c.Controls(1).Location =

New System.Drawing.Point(3, 10)

Dim myTemplateItem As New RadHostItem(c)
Me.RadCalendar1.SpecialDays(0).TemplateItem = myTemplateItem

Kevin Fisk
Top achievements
Rank 1
 answered on 15 Apr 2008
1 answer
97 views
hi
 i have a dude

i have tree dockpanels in a dockingmanager

how can i put dockpanels in a specific order on my dockingmanager ?
for example , press a button and then the firts dockpanel go to the end on my dockingmanager



Julian Benkov
Telerik team
 answered on 15 Apr 2008
2 answers
133 views

Hello,

I would like to only have the "Minimize the Ribbon" option in the RadToolstripOverflowButtonElement's Items Collection, but I haven't found a way to access this.

If I look at the Items Collection for the RadToolstripOverflowButtonElement on the form itself, there are no items present to remove.
I have used the RadControlSpy to see if this would give me a way to remove the additional items currently there and although it is successful while in Run mode, the modifications then disappear once I close and rerun the app. The interesting thing is that when I initially start the app and look at this control with Control Spy it doesn't show any items in the Collection either. Only when this control has already been clicked on do the items appear in Control Spy.

Can anyone help me understand this please.
Many thanks,
Viv

Vera
Top achievements
Rank 1
 answered on 14 Apr 2008
6 answers
120 views
hai there!

I've added a taskpane to my project.

I want to use de same colors as the RadRibbonBar.

How can I set the same colors to the taskpane control?

Thank you very much
Nikolay
Telerik team
 answered on 14 Apr 2008
1 answer
117 views
Hello,

We are currently testing winform components and plan to buy them for our applications, however one of the key feature we're looking for is the ability to be fully translated in any language.

We already find out the way to translate some of the strings, but some others remain in english (for example "Show Below the Ribbon" or "Minimize the Ribbon" in the radRibbonBar component). Can you guarantee us that every single string is translatable by accessing the text property of the component in code mode?

Regards,
Nikolay
Telerik team
 answered on 14 Apr 2008
1 answer
105 views
Is there away to disable the dropdown layout editor button when the style is set to OutlookNavPane?  If not, is there a way to customize the dialogox, because some of it's buttons are cut off and the reset button appears to do nothing?
Boyko Markov
Telerik team
 answered on 11 Apr 2008
4 answers
195 views
Hi,

I use a forms.listbox an bind it to a List<MyClass>.
Then I set DisplayMember to the name of a porperty.

In the selectedindexchanged I do:
MyClass selEle=listBox1.SelectedValue as MyClass;

And (as expected) I get an object assigned if there is a selected item in the LB.

With RADListBox I always get null!!!

Other "unexpected" behaviour.
If I doubleclick on a listbox in designmode a handler for "SelectedIndexChanged" is added -- this is what I'm used to for years.

With RADListBox a handler for Click is added instead!

So how can I bind a List<MyClass> to a rad listbox and get the selected class element as selectedvalue?

Regards

Manfred
Nikolay
Telerik team
 answered on 11 Apr 2008
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)
Chart (obsolete as of Q1 2013)
Form
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
Toolstrip (obsolete as of Q3 2010)
VirtualGrid
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
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
Styling
Barcode
BindingNavigator
PopupEditor
RibbonForm
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
BarcodeView
BreadCrumb
Security
LocalizationProvider
Dictionary
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
SplashScreen
ToolbarForm
NotifyIcon
DateOnlyPicker
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?