Re: Grid with multilines? Is it possible?
Posted: Sun Nov 22, 2020 8:40 pm
hi,
i have see TSbrowse() and know native Listview using Ownerdraw / CustomDraw.
but for Calendar i prefer a "fix Grid".
a Day have only 24 hour so ROW or COL are "fixed" and "no browse" are need "to scroll"
i use Time as ROW as Outlook Calendar does it.
also DBF Sturcture is made for MAPI so i can "sync" Calendar Data "on-fly"
the Problem was to "simulate" a Grid so when DragDrop LABEL it will "snap to Grid" to get right ROW / COL.
as you see i can change Display to show 1 / 5 / 7 or 14 Days. i take much more Time to Add/Del Column in Browse.
so i "think" a "fixed Grid" is better for Calendar.
i have see TSbrowse() and know native Listview using Ownerdraw / CustomDraw.
but for Calendar i prefer a "fix Grid".
a Day have only 24 hour so ROW or COL are "fixed" and "no browse" are need "to scroll"
i use Time as ROW as Outlook Calendar does it.
also DBF Sturcture is made for MAPI so i can "sync" Calendar Data "on-fly"
the Problem was to "simulate" a Grid so when DragDrop LABEL it will "snap to Grid" to get right ROW / COL.
as you see i can change Display to show 1 / 5 / 7 or 14 Days. i take much more Time to Add/Del Column in Browse.
so i "think" a "fixed Grid" is better for Calendar.