I have a very simple task.
I have already created a custom expander so it's working fine.
I just stuck at making it conditional
if my text content is More I want to show expander else I don't want to.
Here is an image of it
I have a very simple task.
I have already created a custom expander so it's working fine.
I just stuck at making it conditional
if my text content is More I want to show expander else I don't want to.
Here is an image of it
Copyright © 2021 Jogjafile Inc.
Sounds like you may need some custom converters. You could do something like this:
Then use it in
xaml
like this:This is not a full solution. I don't know what your expander looks like, and you will want to make it responsive instead of hardcoding the length of the string. But this may put you on the right path.