Due to some unique constraints, I have a custom instance list that has my own toolbar.
Like this The Count, Excel, Column Selection and Clear button are my own (not the Framework's).
Since the EPC update, the Filter Location image that seems to be hanging out by itself. If I revert back to the Framework's Excel, Clear List, Select columns, that helps but then I don't get the "Select Columns" item. It looks like the only way to get the "Select Columns" to show up is with the shipped Instance Lists.
So I either need to add my own "Select Columns" to the tool bar OR I need to hide the "Filter Location" on the toolbar and I will use my own OR get the "Select Columns" image to show up for my custom instance list.
Any thoughts on how to go about this?
EDIT
In the example Snap In Instance List, the "Select Columns" Image does not show up even though the "Show a Select Columns menu" is checked.
Is this by design?
It seems to me that it should be there and we can handle changes with
Code: Select all
mthroutine name(uHandleInstanceListColumnChange) options(*REDEFINE)
* inspect #uColumnDefinition to change custom list columns.
endroutine