可能无法在Button中正确执行绑定
I am rendering a template object with rows and columns, with controls to add/remove rows and columns. I have a ViewModel for the whole add/remove page, and that viewmodel is constructed with a List of Lists (actually it's ObservableCollection<ObservableCol...