View Single Post
04/16/18, 07:00 AM   #3
crafty35a
 
crafty35a's Avatar
Join Date: Dec 2017
Posts: 7
Originally Posted by Dolgubon View Post
It is in the base game settings somewhere. You can increase the UI scale. If you want to increase just the inventory, that would be possible but a bit more difficult. You might be lucky and get a larger inventory just by increasing the hiegjt of the inventory control, but you might need to actually increase the scroll list control height too.
Unfortunately the UI scaling option just scales the entire thing up, so it would make the text bigger instead of actually showing more data.

Thanks for the hint - I found ZO_PlayerInventory and ZO_PlayerInventoryList. I presume I need to call .SetHeight on these controls, but I've not been able to get it to work yet.
  Reply With Quote