Questions tagged [dotnetbar]

DotNetBar Suite is set of user interface components for Windows Forms, Silverlight and WPF.

DotNetBar Suite for Windows Forms is toolbox of 75 stunning components for creating professional user interface with ease using Visual Studio 2005 through 2012. For over 10 years DotNetBar is helping developers like you create sleek professional Windows Forms (WinForms) user interfaces with unparalleled ease.

DotNetBar for Silverlight is toolbox of user interface components designed to help you develop professional Silverlight applications with ease. Please checkout Live-Demo that shows controls included and then download fully functional trial version to try it in your project.

DotNetBar Suite for WPF is toolbox of over 30 native Windows Presentation Foundation controls for creating professional WPF applications.

84 questions
3
votes
2 answers

Cannot view dotnetbar controls on form

I have a dotnetbar version 10.0.0.3 and when I add it on control toolbox window and drag it to my form this always happen. as you can see, LabelX1, TextBoxX1 and ButtonX1 are in the form, but in the design it doesn't.
illumi
  • 458
  • 1
  • 14
  • 32
3
votes
0 answers

How to keep the dockable bar of dotnetbar visible in auto-hide state until i click other controls?

Just like the title says. I create a dockable bar, one of dotnetbar controls in the form.And I set the bar in auto-hide state. Now I want to keep the bar visible in auto-hide state until I click other controls just like the visual studio's dockable…
2
votes
1 answer

WinForms : Form loses visual style when opened as Modal

I am using DevComponents components to create forms and as you know these components come with a StyleManager that user can change the visual style of a form. the problem is when i try to open these forms as Modal, they lose their visual style and…
Ali Hanifi
  • 408
  • 1
  • 5
  • 18
2
votes
1 answer

DevComponents DotNetBar SuperGridControl: How to change just 1 row's background color

As the subject indicates, I have a DevComponents DotNetBar SuperGridControl (SGC) on my Windows Form. In that SGC, I have alternating row colors. One of the columns in the SGC has boolean values (enabled/disabled flag in the data). I would like to…
PKD
  • 685
  • 1
  • 13
  • 37
2
votes
0 answers

RightToLeft Layout in DevComponents.DotNetBar.SuperGrid

I want to change RightToLeft Layout in DevComponents.DotNetBar.SuperGrid to Yes or true , but when I set the property to Yes the layout was not changed. Here's my code: dataGridView1.RightToLeft = System.Windows.Forms.RightToLeft.Yes; How can I…
MesterIT
  • 31
  • 3
2
votes
1 answer

How Active Right to Left ScrollBar in DotNetBar DataGridView (Win Form) - C#

I Work With C# in Win Form. I use DotNetBar's DataGridView (DataGridViewX) And Change RightToLeft Mode To Yes. But Horizontal Scroll Bar for DataGridViewX Started from Left Side While Must Start from Right Side. Look at Under Picture to Get My…
Mahdi Radi
  • 429
  • 2
  • 10
  • 30
2
votes
0 answers

Can Form.Show() make the form itself become null after the call?

This is really really the most annoying thing in my programming life: I have a form which is kept alive along with my application. I have no code calling to some method which will dispose it, I don't want it to be disposed by any reason, and I'm…
King King
  • 61,710
  • 16
  • 105
  • 130
1
vote
1 answer

Windows Forms Editor Exception

I'm not even sure how to ask this question, but here goes. The design view of my windows forms object now crashes with the following error: The control DevComponents.DotNetBar.Office2007RibbonForm has thrown an unhandled exception in the designer…
Andrew
  • 437
  • 7
  • 18
1
vote
0 answers

Changing colours for button which have got a focus

I use DotNetBar controls. I can change colours for buttons with: Office2007ColorTable table = ((Office2007Renderer)GlobalManager.Renderer).ColorTable; Office2007ButtonItemColorTable bt = table.ButtonItemColors[6]; bt.Default.Background = new…
Aleksey
  • 179
  • 1
  • 1
  • 13
1
vote
1 answer

C# Devcomponents could not found

I try to run one C# project in visual studio 2013 but it have 2 errors about DevComponenets. this.line1 = new DevComponents.DotNetBar.Controls.Line(); and private DevComponents.DotNetBar.Controls.Line line1; For this two line i have this error :…
1
vote
1 answer

How to localize DotNetBar DatePicker?

How to localize the DatePicker component of the DotNetBar to show a localized Calendar? Even when changing the input language, it still shows the English calendar. What's the solution?
codec
  • 11
  • 3
1
vote
0 answers

How to use CalendarView.YearViewDrawDayBackground event in Schedule Control Single User?

How to use CalendarView.YearViewDrawDayBackground event in Schedule Control Single User? I would like to draw the cells background (in YearView) to the type of associated appointment.
BobyCode
  • 58
  • 6
1
vote
0 answers

Button items starts hiding when added in RibbonBar

I have a fixed length RibbonBar such that in one row it can accomodate 3 ButtonItems. When I add 4th ButtonItem, instead of being added in the next row it gets added in the same first row and is not seen as it crosses the boundary of RibbonBar. Im…
Sadiq
  • 786
  • 1
  • 10
  • 35
1
vote
0 answers

The problems overlap dockcontaineritem in Dotnetbar

I use many dockcontaineritems of Dotnetbar in application Windows Form C#.Net. When i auto hide DockContainerItems then display them. The Dockcontainer items are overlap. How to fix that ? Thanks for help me!
Luke Le
  • 728
  • 1
  • 9
  • 24
1
vote
1 answer

AdvTree selected node c#

I've selected a node which has data of different columns. some of the columns are set as visible = false. When i drag and drop it from first AdvTree to the 2nd AdvTree, the hidden column are displayed. How do i make it such that only the visible…
user3167398
  • 45
  • 1
  • 9
1
2 3 4 5 6