This is a migrated thread and some comments may be shown as answers.

RadDockWorkspace BackgroundImage not working

1 Answer 66 Views
CAB Enabling Kit
This is a migrated thread and some comments may be shown as answers.
JF
Top achievements
Rank 1
JF asked on 07 Aug 2013, 05:59 PM
Hi, I'm using the Telerik RadDockWorkspace of the CAB Enabling Kit in a CAP project, and when I try to use the BackgroundImage property of the Workspace, it doesn't work. Nothing happens, I still see the default gradient blue background of the Workspace.

Here is my code :

Telerik.WinControls.CompositeUI.RadDockWorkspace appWorkSpace = WorkItem.Workspaces.AddNew<Telerik.WinControls.CompositeUI.RadDockWorkspace>("myworkspace");

 


appWorkSpace.Dock = DockStyle.Fill;

appWorkSpace.DocumentTabsAlignment = Telerik.WinControls.UI.TabStripAlignment.Top;

appWorkSpace.DocumentManager.BoldActiveDocument = true;

appWorkSpace.DocumentManager.DocumentInsertOrder = Telerik.WinControls.UI.Docking.DockWindowInsertOrder.ToBack;

appWorkSpace.ShowDocumentCloseButton = true;

 


appWorkSpace.BackgroundImage = myImage; // whatever the image


Any ideas why it isn't working ?? I used to use a Workspace built with the Weifenluo dll and the BackgroundImage property worked properly with that workspace.

Any help would be appreciated !!

jjeffrroyy

1 Answer, 1 is accepted

Sort by
0
Anton
Telerik team
answered on 12 Aug 2013, 11:26 AM
Hello JF,

Thank you for writing. 

The BackgroundImage property in RadDock is inherited from System.Windows.Forms.Control and currently it does not affect our RadDock. We consider that this feature will be useful for our clients and we decided to add it as feature request in our Public Issue Tracking System, so the community can vote for it. You can track its status and vote for it here: http://www.telerik.com/support/pits.aspx#/public/winforms/15544

I have update your Telerik Points for this request.

Let me know if you have additional questions.

Regards,
Anton
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WINFORMS.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
CAB Enabling Kit
Asked by
JF
Top achievements
Rank 1
Answers by
Anton
Telerik team
Share this question
or