• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>
            面對現實,超越自己
            逆水行舟,不進則退
            posts - 269,comments - 32,trackbacks - 0
            重載 DrawItem 函數或Onpaint函數
            void CListCtrlCl::DrawItem(LPDRAWITEMSTRUCT lpDrawItemStruct)
            {
                // 重繪網格線 [7/12/2013 dell]
                const MSG *msg = GetCurrentMessage();
                DefWindowProc( msg->message, msg->wParam, msg->lParam );

                // Draw the lines only for LVS_REPORT mode
                if( (GetStyle() & LVS_TYPEMASK) == LVS_REPORT )
                {
                    // Get the number of columns
                    CClientDC dc(this );
                    CHeaderCtrl* pHeader = (CHeaderCtrl*)GetDlgItem(0);
                    int nColumnCount = pHeader->GetItemCount();

                    // The bottom of the header corresponds to the top of the line 
                    RECT rect, rectCol;
                    pHeader->GetClientRect( &rect );
                    int top = rect.bottom;

                    // Now get the client rect so we know the line length and
                    
            // when to stop
                    GetClientRect( &rect );

                    if( !GetItemRect( 1, &rectCol, LVIR_BOUNDS ))
                        return;

                    int height1 = rectCol.bottom - rectCol.top;

                    // The border of the column is offset by the horz scroll
                    int borderx = 0 - GetScrollPos( SB_HORZ );
                    forint i = 0; i < nColumnCount; i++ )
                    {
                        // Get the next border
                        borderx += GetColumnWidth( i );

                        // if next border is outside client area, break out
                        if( borderx >= rect.right ) break;

                        // Draw the line.
                        dc.MoveTo( borderx-1, top/*top*/);
                        dc.LineTo( borderx-1, (2+lpDrawItemStruct->itemID)*height1/*rect.bottom*/ );
                    }

                    // Draw the horizontal grid lines

                    
            // First get the height
                    if( !GetItemRect( 0, &rect, LVIR_BOUNDS ))
                        return;

                    int height = rect.bottom - rect.top;

                    GetClientRect( &rect );
                    int width = rect.right;

                    for(int i = 1; i <= lpDrawItemStruct->itemID+1; i++ )
                    {
                        dc.MoveTo( 0, top + height*i);
                        dc.LineTo( width, top + height*i );
                    }
                }
            }

            本文轉自:http://www.codeguru.com/cpp/controls/listview/gridlines/article.php/c963/Drawing-horizontal-and-vertical-gridlines.htm
            posted on 2013-07-12 11:10 王海光 閱讀(2653) 評論(0)  編輯 收藏 引用 所屬分類: C++
            99久久免费国产精精品| 久久99精品久久久久久9蜜桃| 婷婷久久综合九色综合九七| 怡红院日本一道日本久久| 久久久久国产精品| 伊人久久大香线蕉无码麻豆| 亚洲精品国产美女久久久| 国产精品久久国产精品99盘| 久久久网中文字幕| 久久免费视频网站| 久久久久国产精品嫩草影院| 久久青青草原精品影院| 久久99精品国产麻豆宅宅| 91精品国产91热久久久久福利| 中文字幕久久亚洲一区| 国产精品免费看久久久香蕉| 亚洲精品乱码久久久久久中文字幕| 99国内精品久久久久久久| 色欲综合久久中文字幕网| 欧美日韩成人精品久久久免费看 | 久久婷婷色综合一区二区| 亚洲AV无码久久精品成人| 久久人人爽人人爽人人片av高请 | 久久久国产视频| 久久99精品综合国产首页| 久久AV高潮AV无码AV| 久久久这里有精品中文字幕| 99久久精品免费| 俺来也俺去啦久久综合网| 日产精品99久久久久久| 久久99久国产麻精品66| 亚洲精品美女久久久久99小说 | 亚洲国产视频久久| 久久无码精品一区二区三区| 久久国产一片免费观看| 久久国产精品一区| 久久九九久精品国产| 久久99精品久久久久久9蜜桃| 久久93精品国产91久久综合| 成人精品一区二区久久久| 久久久99精品成人片中文字幕|