TRichView - Getting The Line Height
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
(a link to the topic continuing the discussion - http://www.trichview.com/forums/viewtopic.php?t=5901 , for future reference
Yes I originally had Strict = TRUE, but since our recent fixes:
rve.GetItemAt(0, currentScrollY, RVData, ItemNo, OffsetInItem, true);
has changed to
rve.RVData.FindDrawItemForSel(0, currentScrollY, ItemNo, OffsetInItem, False, True, True, False);
everything to do with this mechanism now appears to be working correctly.
Thank you for your very fast support.
rve.GetItemAt(0, currentScrollY, RVData, ItemNo, OffsetInItem, true);
has changed to
rve.RVData.FindDrawItemForSel(0, currentScrollY, ItemNo, OffsetInItem, False, True, True, False);
everything to do with this mechanism now appears to be working correctly.
Thank you for your very fast support.