No announcements
Found 3063424 threads
-
0 Votes
Customizing the ListView in Microsoft Expression Blend
I'm assuming this is a WPF project.Answered | 3 Replies | 8216 Views | Created by Sumit.Singhal - Wednesday, August 27, 2008 12:03 PM | Last reply by Sumit.Singhal - Thursday, August 28, 2008 7:19 AM -
0 Votes
How to show scrollbar in listView added with Blend into HTML/Javascript project
But, how can I show the scrollbar all the time (no need to pull mouse over listView to be shown?Answered | 7 Replies | 2563 Views | Created by Milan LLC - Friday, January 11, 2013 6:41 AM | Last reply by Milan LLC - Wednesday, January 23, 2013 7:51 PM -
2 Votes
ListView not showing vertical scrollbar
Hi RichardR, How about your issue?Answered | 3 Replies | 32789 Views | Created by RichardR - Thursday, July 28, 2011 1:01 AM | Last reply by Sheldon _Xiao - Tuesday, August 2, 2011 4:25 AM -
0 Votes
How to hide horizontal scrollbar in listView
I would like to know how is it possible to hide horizontal scrollbar in the listView?Answered | 1 Replies | 21532 Views | Created by Mitja Bonca - Monday, November 16, 2009 3:01 PM | Last reply by Tamer Oz - Monday, November 16, 2009 8:05 PM -
1 Votes
[UWP][HTML] Now that Blend for VS 2015 doesn't work with HTML JavaScript projects, what alternate tools are available?
Hello ner9G, After installing and testing with VS2015 RC I could not open javascript HTML project in blend 2015 as you suggested and looking for ...Answered | 3 Replies | 1878 Views | Created by ner9G - Monday, July 13, 2015 2:26 PM | Last reply by KrunalParekh - Wednesday, July 22, 2015 2:47 AM -
0 Votes
hiding horizontal scrollbar on listview
it's the same code i already added to my listview.Answered | 3 Replies | 5333 Views | Created by Natural_D - Sunday, December 20, 2009 4:25 AM | Last reply by Aland Li - Wednesday, December 23, 2009 1:19 PM -
0 Votes
Javascript to add Scrollbar in Webpart
Hi, Please see these links: http://sharepointjavascript.wordpress.com/2010/06/22/vertical-scrolling-webpart/ and ...Answered | 2 Replies | 3270 Views | Created by AmritaL - Monday, December 17, 2012 8:01 AM | Last reply by AmritaL - Tuesday, December 18, 2012 4:32 AM -
0 Votes
How to define the space between the items in a ListView and its vertical scrollbar?
Hello, I don't see it either in my Blend.Answered | 3 Replies | 1818 Views | Created by eitanb - Friday, September 7, 2012 6:20 AM | Last reply by Helge Mahrt - Friday, September 7, 2012 7:40 AM -
0 Votes
ListView Vertical Scrollbar
ok i got the solution , was able to implement a scrolling mechanism inside the listview which goes up and down automatically . did it with the help of a timer though.Answered | 4 Replies | 4558 Views | Created by cruxdude - Thursday, May 14, 2009 3:56 AM | Last reply by cruxdude - Thursday, May 14, 2009 9:13 AM -
0 Votes
Custom scrollbar vertical listview
For example, the similar case about the WinForm developing:Answered | 1 Replies | 1878 Views | Created by Custom scrollbar listview - Sunday, February 11, 2018 12:05 PM | Last reply by Jack Zhai-MSFT - Monday, February 12, 2018 5:56 AM -
3 Votes
how to combine a scrollbar from on listview to another listview
http://www.gbogea.com/2009/07/08/how-to-keep-two-scrollviewers-in-sync-in-wpf http://www.codeproject.com/KB/WPF/ScrollSynchronization.aspxAnswered | 4 Replies | 3040 Views | Created by HealthyBeerDude - Thursday, July 21, 2011 1:04 AM | Last reply by Sheldon _Xiao - Friday, July 22, 2011 6:39 AM -
0 Votes
Blend Assets from HTML also for C# / C++?
Standard XAML controls (if you are a XAML dev today) should be familiar, with new ones like ProgressRing, GridView, ListView, etc.Answered | 1 Replies | 2831 Views | Created by rogihee - Wednesday, September 14, 2011 6:44 PM | Last reply by Tim Heuer - Wednesday, September 14, 2011 6:58 PM -
0 Votes
Weird behavior of Vertical ScrollBar in ListView
Since the TreeView doesn't support virtualization I spent quite some time to write a ListView that behaves like a TreeView... after that I added the expand behavior to the ...Answered | 6 Replies | 10283 Views | Created by Mario M_ - Tuesday, January 29, 2008 9:56 AM | Last reply by Mario M_ - Tuesday, March 18, 2008 6:37 AM -
0 Votes
How to get horizontal scrollbar's height in a ListView
Cheers Hans, Do you also know how can I calculate ColumnHeight too, I know that I can get it in DrawColumnHeader event handler, but I need to get the size before that.Answered | 3 Replies | 3342 Views | Created by JefeSol - Friday, July 24, 2009 4:02 PM | Last reply by nobugz - Monday, July 27, 2009 10:18 AM -
0 Votes
[UWP][XAML]How to change visual states for ListView - is Blend broken?
I want to use Expression Blend 2015 to change how the different states look inside a ListView.Answered | 3 Replies | 2744 Views | Created by JustinMag - Saturday, November 14, 2015 1:33 AM | Last reply by Nick Spag - Saturday, January 7, 2017 6:57 PM -
1 Votes
HTML Template for Community Blend 2015
I also can't find the HTML project template in my side in VS2015 Community Blend.Answered | 3 Replies | 943 Views | Created by JeffRDev - Monday, April 18, 2016 4:53 PM | Last reply by lake Xiao - Wednesday, April 20, 2016 2:17 AM -
2 Votes
What is the behavior for Listview to show items?
Typically adding another question to an older post like this won't get much visibility (or answers).Answered | 4 Replies | 3458 Views | Created by Daniel-Yang - Thursday, July 5, 2012 7:13 AM | Last reply by Kraig Brockschmidt [MSFT] - Thursday, April 25, 2013 2:29 PM -
1 Votes
Detecting presence of vertical scrollbar in a ListView
May I ask how you ended up implementing this?Answered | 6 Replies | 11920 Views | Created by Dilip_K_R - Wednesday, August 27, 2008 12:55 PM | Last reply by Benjamin_Philipp - Sunday, March 17, 2019 6:16 PM -
0 Votes
How to pre select item in listView added with Blend into HTML/Javascript project
Hi, You can use the follow code in the button click event: var listview = document.getElementById("basicListView").winControl; ...Answered | 2 Replies | 1631 Views | Created by markoamer - Monday, January 7, 2013 6:31 PM | Last reply by markoamer - Wednesday, January 9, 2013 6:50 PM -
0 Votes
Missing html template in Expression Blend 5
As far as I know that you can only have the HTML and XAML project templates in Blend on Windows 8 machine.Answered | 2 Replies | 3573 Views | Created by mvhph - Tuesday, July 10, 2012 6:52 AM | Last reply by Vicky Song - Monday, July 16, 2012 6:49 AM - Items 1 to 20 of 3063424 Next ›
No announcements