You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to define a Class for a ObservableCollection which would serve for defining the needed propertys from codebehind (in the model) but the c# markup new Style<Cards> is not recognized when not using c# markup uno feature. is there any other way I could get a property filled for a observable collection with a style Type?
tryed to maybe get a IResourceReader as input parameter for my Model and code it like the IStringLocalizer offered from uno, with _resourceManager[styleName] where the styleName is the input parameter for the ValueTask
May anyone knows how to get this working?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I would like to define a Class for a ObservableCollection which would serve for defining the needed propertys from codebehind (in the model) but the c# markup
new Style<Cards>
is not recognized when not using c# markup uno feature. is there any other way I could get a property filled for a observable collection with a style Type?tryed to maybe get a IResourceReader as input parameter for my Model and code it like the IStringLocalizer offered from uno, with
_resourceManager[styleName]
where the styleName is the input parameter for the ValueTaskMay anyone knows how to get this working?
Beta Was this translation helpful? Give feedback.
All reactions