RowList with different itemComponentName for each row?

Is it possible to define a different

 itemComponentName

for each row?

If not, what is the best way to have different focusable areas vertically aligned and have the focus and sliding managed between them?

thanks!

It is not possible but you can include an itemComponent that includes different components inside of it. You can activate one or another by setting a parameter via item content node field and then reading it inside the main component (i.e m.top.itemContent.componentType)