Hi, The scroll bar on the UltraFormattedLinkLabel looks different than our other scroll bars (Panel, grid, etc).
We are using the AppStylist to set the appearance on our controls.
I cannot find where to adjust the scroll bar appearance for the UltraFormattedLinkLabel in the AppStylist. Can someone tell me where I can find the appearance information for the UltraFormattedLinkLabel?
Also, I am not able to scroll the UltraFormattedLinkLabel scrollbar with the mouse wheel.
Is there a way that I can do this?
Thanks
Hi,
I am glad to hear that you have resolved your first issue.
Regarding scrolling of the label. This is expected behavior. The label is not editable control and it cannot accept focus. It does not handle mouse scroll messages too. What you can do is try to use read-only UltraFormattedTextEditor. You can also set the Border of the editor to None and will have a control very similar to the UltraFromattedLinkLable.
One more thing. After working on this, and doing some research, the idea to be able to scroll UltraFormatedLinkLabel was determined to be a new feature idea. You can suggest this new idea for future versions (or vote for existing ones) at http://ideas.infragistics.com.
Please let me know if you have any additional questions.
Thank you for your reply.
I found that the problem with the scroll bar of the UltraFormattedLinkLabel was that the background color Alpha was set to transparent. I have changed the Alpha back to the default setting. That appears to work now.
However, The scrolling the UltraFormattedLinkLabel with the mouse wheel still does not work. Even on your sample, it does not work.
I am using Infragistics version. 14.2. Is there a way to make the scroll bar work with the mouse wheel for the UltraFormattedLinkLabel?
Hello,
I followed the steps you suggested and was unable to reproduce the behavior you're describing. I created a small sample project with UltraFormattedLinkLabel, UltraFormattedTextEditor and UltraGrid. I also created a style library with styled scrollbars. Then I set the style library to my sample project. When I started the project all scrollbars had same appearance.
I have attached the sample project I used to test this. Please test this project on your PC; whether or not it works correctly may help indicate the nature of this issue.
If the project does not work correctly, this indicates either an issue possibly specific to your environment, or a difference in the DLL versions we are using. My test was performed using Infragistics for Windows Forms 2016 volume 2 latest service release. So could you please let me know the exact version of Infragistics components which you are using?
If the project does show the product feature working correctly, this indicates a possible issue in the code of your application. It will help if you can provide a small, isolated sample application that demonstrates the behavior you are seeing.
Or, if this sample project is not an accurate demonstration of what you're trying to do, please feel free to modify it and send it back.
Please let me know if I can provide any further assistance.