C1FlexGrid datagrid won't scroll rows on Windows 11 when the mouse wheel is used - vb.net

C1FlexGrid component is used in a vb.net windows form application. It does not vertically scroll when the mouse wheel is used on Windows 11. Same C1FlexGrid works fine on Windows 10/ Windows 7 etc.
Also on the Windows 11 PC other data grids used in windows form desktop application - Datagridview controls are scrolling when the mouse wheel is used.
Please suggest possible fixes , thanks !
Have tried - Windows 11 - Mouse Settings - Always show scrollbars
Adjusting the advanced setting mouse - increased number of rows scrolled

Related

Buttons not being rendered on Different TabControl Alignments

I've migrated my application from vb6 to vb.net. In vb6 I had my tab controls button align to the bottom but when I converted it to vb.net the buttons not longer were being rendered. The button are only rendered when the alignment of the buttons is top.
I'm using Visual Studio 2015 in Windows 10

Using vertical scroll with tabcontrol

I am using Visual basic 2010 for coding. I have develop the code on desktop. Where I have adjusted form as per my desktop screen. I am going to run the application on Laptop. When I run the app the screen is not fitting to Laptop screen. SO I deciede to include vertical scroll. If moved up and down we can see all the parameter.
How can I do it?
I have added image for reference.
The scroll bar(s) should be inside the individual TabPages. You should set the Anchor and/or Dock properties of the TabControl so that it resizes with the form and set the AutoScroll property of each TabPage to True if you want it to display scroll bars if and when any of its child controls are outside its viewable area.

Scroll bars for Excel CustomTaskPane developed using VSTO

I have an add-in, developed using VSTO, that displays a custom task pane in Excel. This custom task pane holds a user control containing tree-view and other controls. I enabled AutoScroll for the user control and can see the traditional windows scroll bar when ever i re-size the control. However, i want the scroll bar to be similar to the scroll bars that exist in Thesaurus CTP in Excel 2013,when the CTP is in floating position and re-sized to smallest size, (i cant post images as i have reputation below 10). can any one provide pointers for this?
Also is there any way to restrict the minimum size of CustomTaskPane ?
Hello Guruteja,
You can handle the Resize event of the Control class to control the size of your form and set the min size programmatically.
It looks like you need to develop a custom control to imitate the built-in one. Or try searching for any third-party Windows Forms controls.

How do I keep hidden controls from appearing during page load in Windows XAML?

My Windows Store app has a XAML page with several invisible controls on it (Opacity = 0). I have storyboards that fade these in based on user actions.
Even though the opacity of these controls is 0 in the designer, they still appear for about 1 second on the screen while the page loads. How do I prevent Windows from displaying these controls?

Windows-8 FlipView issue with touch?

I am running Windows 8 Consumer Preview and having an issue with the FlipView control.
In the Windows 8 SDK Sample pack (for Consumer Preview), there is a Controls_FlipView project that shows different things that can be done with the FlipView control. If I run the project in the Simulator and use the touch pointer (hand) and try flipping through the slides, if I flip relatively quickly, the FlipView sometimes ends the animation in between two slides, after letting go of the mouse. This also happens in a FlipView control in my own app.
screenshot: http://i39.tinypic.com/noa3o2.png
Is this a quirk/bug of the simulator? Or does this also happen on a real tablet? (I don't have one to check)