Need ribbon control common in all window/page in wpf project [closed] - c#

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I am goin to do a project in WPF c#. I am really new to this.
I would like to know whether it is possible to have common ribbon control for all window/pages(similar mdi parent window in win application).
Do wpf have parent mdi window to acheive this.
And really what is the difference between pages and windows. which should i use?

I think what you are looking for is WPF Ribbon Control Application.
For starting take a look at this project

Related

Create a Custom MessageDialog with scrolling [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I have to show a popup in my Windows 8 C# app that displays a long list of information.
I want to do this in the same style as MessageDialog, but MessageDialog does not allow scrolling so I need some form of custom MessageDialog, but am not sure how to do so.
Callisto will help you with custom message dialog
GitHub
NuGet
Visual Studio Gallery

Creating Windows 8-like window in C# with Visual Studio 2012/Blend [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I'd like to create desktop application which has Windows 8 style window(like GitHub for windows). AFAIK Blend allows only to make Metro(Modern UI) apps' layouts(am I wrong?).
I'd take a look at MahApps.Metro or Elysium. They have a lot of Metro themed controls.

How can i design my own control in VS 2010 from scratch? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I wish to design my own control in C# for visual studio.I have followed the link Create Custom Control and would like to see some more which involves making control from scratch
A simple search on StackOverflow and Google are a great place to start.
If you are wanting to create a control that handles its own rendering, you may want to look into using the objects in the System.Drawing namespace (namely System.Drawing.Graphics).

shape of my visual components form go mixed up when I run my project on other device with different resolution's screen [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
When I run my application on another PC the positions of components on the form is incorrect, for example my labels go off the edge of the Panel and TextBoxes overlap buttons.
My application is a Windows Forms application.
What could be the cause of this?
Following could be the reasons for this
1. Screen Resolution
2. System Font Size

Which control is suitable for my application? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Now i am currently working on a c# based application.In that application now i am working on design part.i am using visual studio 2008,i want a control like below image
which control is available like above image in visual studio.
i tried treeview.but i can't get the link like above image(here link is blue line).
How to do this?
if you move to some new technologies, most of the new features will available to you.
if you use WPF, you can achieve it. there is much flexibility in UI Decoration in it.
your desired design with custom item icons and colour link
if you use red controls: link

Categories