I have a TPageControl whose pages are all various forms that are attached using ManualDock(). The user should be able to rearrange the tabs by dragging them, which works already. It should however also be possible to undock the docked forms.
For now I have the following code:
procedure TMainForm.PageControlMouseDown(Sender: TObject; Bu...
As the title states, I'm looking for a way to control the order in which the items dock to the top of my control.
I've played with the windows form designer, and i cant seem to find what the RightClick->Order->SendToFront is doing, because thats exactly what I want to happen. As far as I can get to happen, as I add my contents to my co...
I have a tab container, where i can add many tabs with long captions. The default behavior of devex panels is to shrink the caption of the tabs (e.g. MyLongtabName -> MyLong...). How can i disable this behavior (the caption of the tab pages should remain intact) and instead get a scroll-bar?
...
Is there a Docking control that does a good job and provide good options for ReSizing? I want some docked windows to be of fixed width/Height and others to resize. Most of the Docking controls I have tried, doesn't provide good option to set minimum/maximum width or even specify starting width.
To put my question other way, if I create...
I would like to develop a small notifications application for Windows in .NET that docks on the right/left side of the screen (not consuming more than 300px), should always be visible and force the rest of windows to not overlap this application (something like the old Office taskbar or Vista's Sidebar). I have no idea where to start. Ca...
hi all
I have 10 controls inside my form i want to dock them efficiently inside my form. i need a free library for doing this (except Dotnetmagic). can anyone suggest me a good library.
Regards,
karthikeyan saravanan
...
Greetings,
In the QT application we develop we need to display several 'Viewer windows'(to display data in XY plane ,YX plane,XZ plane and in 3D).
We were hoping to use MDI application model ,but later client asked for a requirement to drag and view 'Viewer windows' in multiple desktops.(using multiple monitors).
This can not be done u...
Hi,
I have a few composites in an Eclipse editor, and the user would like to resize, maximize, restore, and move those composites around in the editor, as if each of those was a portlet.
Is there a toolkit for doing this, or is it something that I'll have to build myself from basic facilities like DnD and SashForms?
Thank you.
Pradyu...
Hi, I'm very new to WPF. I'm used from windows forms, that I create a panel, place controls inside it and give them DockStyle.Fill to max out their size to the surrounding panel.
In WPF I want to the same. I have a tab-Control and I want its size to fill as much of the form as possible.
I have a ribbon control (RibbonControlsLibrary) an...
Use naming from
http://msdn.microsoft.com/en-us/library/cc309030.aspx
When I docking CPaneDialog with another CDockablePane the Tabbed Pane position
is always at bottom of dock area, How to set Tabbed Pane position to top of
dock area like normal tabbed control?
...
Specifically, what I am try to is overlap my element on top of everything, including the desktop, similar to the taskbar in Windows. I have a Windows Form Control that looks kind of like a tab. its like 50px wide by like 150px in length. What I would like to do is have that control appear in front of all windows, including the desktop it...
With An anchor I can write the following line:
myControl.Anchor = (AnchorStyles.Top | AnchorStyles.Left);
And it will anchor myControl to the left and the top.
Why can't I do the following:
myControl.Dock = (DockStyle.Top | DockStyle.Left);
I can write the above line, but all it does is set the DockStyle to left.
Any thoughts/rea...
I've read this question, but still, it explains how to dock controls within DockPanel. How does one dock the DockPanel within the window?
As you can see, the Map control is docked to the DockPanel, but the DockPanel is not docked to the window.
What am I missing?
...
I am using the DevComponents third-party control to create a screen with multiple docking components organized in three rows, the last row having three columns. I have been successful in creating this layout, however I cannot figure out how to expand the height of the DockSite to the borders of the screen.
I have posted the XAML below:...
Hi,
I want to do something similar to the left UITableView on imdb app on ipad.
Once you have selected an item, it will become the first item on the top and it will dock there. When you flick the list below, it will always be there.
Anyone has any suggestion on how I can achieve that?
...
I am not sure it is an appropriate question. But how to do docking inside a MDI. I have one control and I want this control can be dock able inside my MDI.
I am using WPF VS 2010 with C#.
Any thoughts.
Thanks In Advance
...
With the Android 2.2 update came a new car dock app. If my app is in the foreground when I dock my phone, my app gets killed or paused or something, and when I try to re-open my app, it's all messed up. It has lost its state information.
Does anybody know what the car dock app is doing? At very least, it seems to be force killing all r...
Hello
I want to rearrange the elements in a page as i wish; for example visit http://www.pageflakes.com/.
How can i achieve that using JQuery? Is there any plugin? If not, how to start creating this? Any insights?
...
I have a question regarding what XAML to use to achieve my design. I currently have an Image area on the screen, the width can vary. Above the image, I have two toolbars, each with numerous buttons. One of them I want to float/dock to the left edge of the image, and the other one I want to float/dock to the right edge. Of course, as ...
In TFS 2010, is there a way to dock Changeset Details dialog into a tab so that I can browse through changeset quickly like SVN? As of now, I have to click on a changeset to see the details in a dialog and then close it and click on another.
...