Hi Community!
Attached please find a sample project for my current problem.
If I add values for MinHeight and MinWidth for the NormalModeSettings.TileConstraints I have no touch functionality for pan and or flick. I added the width and height constraints because I want to see the content of the tiles (thumbnails of technical drawings) after the tile manager is started.Are there some other settings for an intitial size? I tried the preffered height and widht but then the tiles are minimized again.Is there some way to set initial size values and keep the flick and panning of the touch screen?Thank you for your fast responseYours sincerely Andreas
Hi Andreas,
That sounds like a bug if touch functionality is not working. What version of the Infragistics product are you using? 15.2?
I currently don't have a touch screen available so I have to dig one up in order to test this. Let me know what version of the product you are using so I can test that version and see if I reproduce the behavior.
Hello Rob!
The used assembly version of the tile manager is 15.2.20152.1000. We are using the assemblies without the version information in the file name.
IDE: Visual Studio 2015; Framework Version: 4.6.1Let me know if you need futher information.Sincerely yoursAndreas
I reproduced the issue using the latest 15.2 assembly so I logged a development issue for this in our internal system. The dev issue ID is 213040. I also created a private support case for you so that I can link the dev issue to it. This lets you track the status of it. The case number is CAS-168984-B3Q1S1 and you can view it here.
I narrowed down the issue to the ShowAllTiles property actually. If this property is set to "True" while the MinWidth and MinHeight are set then the touch functionality seems to disable, at least for scrolling and flicking. I can still click on tile headers and reposition them. For now I would recommend setting ShowAllTiles to "False" so that you can keep the minimum size settings for the tile and still be able to scroll.
Thank you for your investigation so far. The "ShowAllTiles" is currently set as the Tilemanager is used to manage files. As the user must recognize which tile he selected I have on open thread here: http://es.infragistics.com/community/forums/t/104208.aspx
Due to the current situation, I modified my example to get the solution as your colleague Andrew suggested. There the "ShowAllTiles" is not needed, but it opened the next issue.
Thank you for your help.Andreas