Notifications
Clear all
DataView
0
Posts
1
Users
0
Likes
455
Views
0
March 21, 2022 7:26 pm
Topic starter
Hi Jim,
If I have:
me.ColumnAlignment(0) = me.AlignCenter
me.ColumnAlignment(3) = me.AlignCenter
in DataView1.Open
Where:
me.ColumnType(0) = me.TypeEditableTextField
DataView1.CellType(DataView1.LastIndex, 4) = piDogDataView.DataView.TypePopup
And I build a Universal app with Xojo 2021r3.1, the applicable cells do center correctly when running the Intel side of the app, but if I run the ARM side these cells align right. Is this something I can fix at my end?
BTW I sent you an email with sample project.
Thanks,
Mark