Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
150
Inconsistant behaviour between the WinGrid and WinCombo concerning long text.
posted

In our applicaiton we are using WinGrids and WinCombos. In a Wingrid, if a text is too large for a cell, the user can mouse over the field and a bubble will appear displaying the entire text inside the cell. When a WinCombo is used and this list is dropped down, this same technique does not work. Is there a setting to turn this feature on? Is there a workaround? 

 Norm

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

     Hi Norm,

        This is controlled by the TipStyleCell property. It's on by default for the grid, but off by default for the combo. So you just need to set it to true on the Combo. 

Children
No Data