CMSHFlexGrid 类用法
http://wenku.baidu.com/view/c99dc80ef12d2af90242e661.html
2、MSHFlexGrid 滚动 注意不是用ScrollWindow
void CCDOperator::OnTcnSelchangeTabData(NMHDR *pNMHDR, LRESULT *pResult)
{
// TODO: ?ú′?ìí?ó???tí¨?a′|àí3ìDò′ú??
*pResult = 0;
CPoint pos;
int row = m_wndDataLists[m_nPreTabDataSel].GetTopRow();
int col = m_wndDataLists[m_nPreTabDataSel].GetLeftCol();
...
if (nIndex==i)
{
m_wndDataLists[i].SetTopRow(row);
m_wndDataLists[i].SetLeftCol(col);
}
m_nPreTabDataSel = nIndex;
}
http://www.codeguru.com/forum/archive/index.php/t-242596.html