To hide certain columns on the List page you need to add code to BeforeDisplay event. For instance, if column name is Model use the following code. It will work in both horizontal and vertical modes.
xt.assign_p2 "Model_fieldheadercolumn",false
xt.assign_p2 "Model_fieldcolumn",false