Hello, the Hint on the TmsFncListbox isn't coming up for me. Is there a trick to it, or is it broken? ShowHint is true.
fnc list box is a wrapper around a treeview, we'll expose the hint properties, for now you can use
TMSFNCListBox1.TreeView.ShowHint := True;
TMSFNCListBox1.TreeView.Hint := 'test';
1 Like