Hello,
nothing serious but I noticed that setting
ultraListView.ViewSettingsIcons.TextAreaAlignment = TextAreaAlignment.None;
overrides/disables
ultraListView.ItemSettings.SubItemsVisibleInToolTipByDefault = true;
in the icons view.
I still think those two values should be completly indepentant, right?
Blue
P.S. whats wrong with the "TAGS" field while composing this message, I can only assign 1 tag and get the message "Tag not in the list."? Which list?
yes that is what I need. But I think I will take a different approach by settings the tool tip like this:
((UltraListViewImageUIElement) e.Element).ToolTipItem = MyOwnToolTip;
if that doesnt work I will try your solution ;)
thanks.
Hello Blue,
Could you please review the sample attached to this post and see if it meets your requirements. Please feel free to let me know if I misunderstood you or if you have any other questions.
well the tool tip can always display the SubItem's Text as I told to do by setting the property.
We want to display Icons with ToolTips (text from a description sub item) but without the ListViewItem's Text next to the icon itself.
I cant see why this is impossible to do, since those 2 properties should not overlap behavior imo.
I think that this is expected since the first setting turns off the text visiblity of the icons, the tooltip then does not have any string to show.