Eric
  • Eric
  • Member Topic Starter
2016-09-08T01:50:24Z
Hi Everyone,
I am Building an Employee Scheduling System (Based off of the booking sample project on the site). I have an AutofilterManager Attached for the Employee Name Column. Also, The Cell Spans All Of the Header Rows, which I believe is what is causing the AutofilterManager button To be drawn In The Center of the cell (Vertically - See Attached Image). Anyone know of a way to draw the Autofilter button at the bottom right of the cell?
Thanks
-Eric

EmployeeScheduleImage.png

Click to View Image92 View(s)

Igor/10Tec
2016-09-08T07:46:35Z
The position of the combo button is hard-coded as ContentAlignment.MiddleRight, and you can't change it.
Eric
  • Eric
  • Member Topic Starter
2016-09-08T17:14:08Z