Quantcast
Channel: WPF Grid Question
Browsing all 6 articles
Browse latest View live

WPF Grid Question

I have created a custom GridControl using which u can change the gridline color, thickness.Details here : http://myblog.sarafuddin.com/2011/03/change-color-thickness-of-grid-lines-for-wpf-grid-control/...

View Article



WPF Grid Question

Great suggestion!I added some public properties for LineBrush, LineThickness and LineOpacity and got a really neat solution!BUT, ..... the problem is that these lines are static, they are not redrawn...

View Article

WPF Grid Question

Maybe it's too late :)But here the code for custom grid control with gridlines reendered in OnReender:   public class CustomGrid : Grid     {         Pen line = new Pen(Brushes.Black, 1);...

View Article

WPF Grid Question

Thanks, that's what I had originally done. I am considering creating a custom grid, although I'm novice as far as WPF is concerned, and I'm not sure just how well that effort will go.There is also...

View Article

WPF Grid Question

No, the Grid doesn't allow you to customize the gridline rendering.  If you're looking to using the grid lines for UI presentation purposes, put a Border in each "cell" of the grid.  Set each Border's...

View Article


WPF Grid Question

Is there a way to display the gridlines as solid rather than dotted lines?Thanks! 

View Article
Browsing all 6 articles
Browse latest View live


Latest Images