Gruping with Banded Grid - winforms

How can I get the attached image with a banded grid? Could you help? Or share a small sample?
Pic link: https://www.devexpress.com/Support/Center/Attachment/GetAttachmentFile/8c8c9b2e-5a20-4992-b146-d21d541fc6f7

This style is named "Advanced Banded Grid View" and is documented over here.

Related

wpf Horizontal gridline in gridview

I just want to show horizontal gridline between rows in listview. Is it possible?
All the post i have seen talks about vertical and horizontal grid lines using border.
This is possible. You would just have to change the ListView's ItemContainerStyle, so that it contains a line below the actual item.
You can easily do that by adjusting the default style which you can find here (click the "Download" link in the "Themes" section).
Please try the following link, it might help.
WPF ListView Vertical Lines+Horizontal Lines as Bonus

Wpf/SL charts - Pie tooltip

I want to set a toolTip on each of the data Points of the pie charts.
I know how to do that, but as you can see in the attached picture,
the toolTips look different according to the data points directions.
Someone has an idea how can I do that ?
If you're using the WPF/Silverlight toolkit charts, see Bea Stollnitz's posts on that subject:
http://bea.stollnitz.com/blog/?p=353
http://bea.stollnitz.com/blog/?p=438
http://bea.stollnitz.com/blog/?p=363
Her posts are very well-written - you should be able to find what you need there.
If you are looking for more advanced charts then you should give Telerik a try. Here is a demo page with several chart samples (that can include ToolTips).

Create a slanted-tab header in Silverlight

I wanted to create a slanted tab header using the tabitem control in the silverlight toolkit. I want it to look like the image below but i'm not sure how to accomplish this.
alt text http://img713.imageshack.us/img713/1462/silverlighttabs.png
http://img713.imageshack.us/img713/1462/silverlighttabs.png
Any help and direction would be gladly appreciated
Thanks,
Keith
A quick search at SilverlightCream.com popped this one out:
http://antonidol.wordpress.com/2010/05/12/overlapping-tabitems-with-the-silverlight-toolkit-tabcontrol/
-Dave

Rendering EMF/WMF images in WPF XAML

how to display EMF/WMF image on WPF window.
Check out this thread. You won't like the answer. ;-)
http://social.msdn.microsoft.com/forums/en-US/wpf/thread/7010cefa-e596-45af-b193-40206451dd90/
Ab2d.ReaderWmf does exactly what you want - imports WMF image into WPF's Viewbox.

Need a WPF rendering tip

I want to make a WPF Grid in which users can drag and drop controls from one cell to another and when the user is dragging I need to draw tips on the screen, like arrows. It's as if the tips were in ANOTHER LAYER in the screen. That is, they are not drawn IN the grid I mentioned.
The problem is: I don't know how to OVERLAP a "transparent" canvas over my Grid so that I can draw on it.
Do you experienced guys have some tip? THANKS.
I think what you are looking for are Adorners. You can read something about them here:
http://marlongrech.wordpress.com/2008/02/28/wpf-overlays-or-better-adorner/
Heres an example with a listView control, pretty good.
Heres a tut also decent.
And even a section in msdn

Resources