binding - ContentView wont bind global static value in Xamarin Forms -
i've got problem in contentview
:
i want bind backroundcolor
to grid , stacklayout
backgroundcolor="{x:static local:const.color_backgroundnavigationbar}"
this works in contentpage
, in contentview
got error:
position 25:108. no property, bindable property, or event found 'backgroundcolor'
the namespace local same in contentpage. problem exists because of contentview or else?
the error says all; contentview
not have property backgroundcolor
. see documentation page type.
Comments
Post a Comment