View Single Post
04/07/14, 10:17 AM   #6
ingeniousclown
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 122
Feel free to dig into my InventoryGridView mod and look at how I change the controls from list to grid. Specifically, look at the function that I hook in GridViewController.lua. You should be able to forcibly call GridViewController on ZO_PlayerInventoryBackpack after filtering your data to update the list. That won't fix your scroll bar, though.

I have managed to fix the scroll bar in IGV on my computer at home, but I'm at work right now and don't remember exactly what I did.
  Reply With Quote