in

C1 Community

ComponentOne Community is a free source for developers and help authors to collaborate and communicate.

Browse by Tags

  • Re: Handling OwnerDrawCell messes up VisualStyle

    If you want to leave the the header row and leading column styles as Office2007Blue try something like this. private void grid_OwnerDrawCell(object sender, OwnerDrawCellEventArgs e) { if(e.Row > 0 && e.Col > 0) { e.DrawCell(); } } Hope that helps, Greg L
    Posted to FlexGrid for .NET (Forum) by C1_GregL on 10-29-2007
    Filed under: C1FlexGrid, DrawCell
  • Problem printing merged cells

    I am using C1FlexGrid in OwnerDraw mode. In the OwnerDraw event handler, I create the bitmaps depending on the UserData in the cell. In the process, I also create bitmaps for the merged cells. Works fine. The problem is while printing. If the merging is across columns, it is still fine. But when it is...
    Posted to FlexGrid for .NET (Forum) by aceisin on 08-14-2008
    Filed under: C1FlexGrid, merge flex, Merge, DrawCell, OwnerDraw, GetMergetRange, printer, print, Printing Merged cells
Page 1 of 1 (2 items)
Contact ComponentOne: 1.800.858.2739 ©1987-2008 ComponentOne LLC All Rights Reserved.