-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to bind AuraTabView Items to ObservableCollection #27
Comments
Next I'm going to add support for Observable Collection, the current problem is there's not information about how to add it, I'm gonna ask it to the core devs (sorry for reply so late, I had problems with my internet connection) |
wait... how are you using it? the items what are you using should implement |
i've switched to Avalonia TabControl. |
you're right, I remember with Avalonia 0.10.1 works fine... but now it's broken, I'm gonna work now to fix it |
to display items it's ok, I'm gonna add a sample adding/deleting items, and using data Templates |
all working great thank you. |
I think now I can close this issue :), also, could you open another issue specifing other details about the closing bug? |
just wanted to tell you this issue still exist after your last update you may check is using your samples!
|
Fill the property "IsClosable" |
it used to work in previous releases with some modified in the Data Template but now in "0.1.4.1" I got some exception System.ArgumentNullException: 'Value cannot be null. (Parameter 'target')'""
the Exception happened in Aura.UI.Controls.Generators.AuraTabItemContainerGenerator.CreateContainer
View
VM
Person
The text was updated successfully, but these errors were encountered: