SEC_TREECLASS::SetNoEllipsis
void SEC_TREECLASS::SetNoEllipsis(BOOL bNoEllipsis = TRUE)
Allows scrolling till the end of the text instead of using ellipsis.
Defined in: trcore.h
Return Value
void
Parameters
bNoEllipsis
If TRUE, all items will not be truncated and the horizontal scrollbar in the tree control will allow scrolling till the end of the text.
Comments
Call this function to override the default text drawing with ellipsis.