Hi,
I'm trying to find an alternative to List<Tuple<Grid, TabItem, int, string, int>>...
, since I need to be able to modify the integers' values or string's value.
I say "alternative" because I don't think it's possible to modify any values in a tuple. I don't want to delete it and create it again with different values.