AiForms.SettingsView icon indicating copy to clipboard operation
AiForms.SettingsView copied to clipboard

PickerCell - Title too long showed in single row with ...

Open matteopiccioni opened this issue 5 years ago • 3 comments

Hello, thanks for your work.

I have the problem that when Title of a PickerCell is too long, the text is not showed. I could use the 'Description' field, that is showed on more row... but if I use 'Description' filed, the SelectedItems are showed upper the 'Description' and is not acceptable.

Could we have a property to display long 'Title' field on more row? Thanks

matteopiccioni avatar Oct 10 '18 14:10 matteopiccioni

hey @muak , right now I am mainly using java, and I love your idea, but there's nothing like it I could find. Do you mind if I try to do something similar to this library on java?

Guiorgy avatar Oct 12 '18 12:10 Guiorgy

@matteopiccioni Thank you for your report.

Sorry, for now, I have no plan to implement multi rows title.

The too long title is, I think, not very appropriate as the design. I recommend thinking whether it is appropriate as the app.

Alternatively, there is also the way that UseAutoValueText property is turned false and then selected items text is manually set to the Description field. Thereby, a Title Field can used a bit more long string.

muak avatar Oct 12 '18 14:10 muak

@Guiorgy Thank you for your comment.

Of course not. Since c# is similar to Java, it might not be so difficult to translate c# into Java. I'm looking forward to that😄

By the way, As this issue is in the works, you should write in your own issue thread on the next occasion.

Thank you.

muak avatar Oct 12 '18 14:10 muak