Set msflexgrid cells WordWrap
-
would you please tell me how to set the meflexgrid cell wordwrap? CMSFlexGrid m_flexgrid; though I add "m_flexgrid.SetWordWrap(true);" in the code add set the msflexgrid wordwrap true in property tabel, It still can't work. why?:((
-
would you please tell me how to set the meflexgrid cell wordwrap? CMSFlexGrid m_flexgrid; though I add "m_flexgrid.SetWordWrap(true);" in the code add set the msflexgrid wordwrap true in property tabel, It still can't work. why?:((
i found it can work with only where there is a space" "; such as CString str="afasdfwe adf adsf efs dfe asfe af"; wordwrap occurs at the space character" ";:^) if the CString str ="adfasdfewfwegfregergruwergrgqa"; why can't the wordwrap function work?
-
i found it can work with only where there is a space" "; such as CString str="afasdfwe adf adsf efs dfe asfe af"; wordwrap occurs at the space character" ";:^) if the CString str ="adfasdfewfwegfregergruwergrgqa"; why can't the wordwrap function work?
zeus_master wrote:
if the CString str ="adfasdfewfwegfregergruwergrgqa";
Where should it break? :)
Nibu thomas Software Developer Faqs by Michael dunn
-
zeus_master wrote:
if the CString str ="adfasdfewfwegfregergruwergrgqa";
Where should it break? :)
Nibu thomas Software Developer Faqs by Michael dunn
anywhere, depends on the width of the cells?