No announcements
Found 2845947 threads
-
0 Votes
Horizontal Listbox With Custom Scroll
You could change the template of the ListBox to include two RepatButtons that perform the scrolling.Answered | 1 Replies | 2731 Views | Created by Governm - Wednesday, December 23, 2015 7:56 PM | Last reply by Magnus (MM8) - Wednesday, December 23, 2015 8:47 PM -
0 Votes
Design Q: Displaying data horizontally
Here are some examples of displaying data ...Answered | 2 Replies | 4473 Views | Created by Onion77 - Tuesday, June 29, 2010 3:29 PM | Last reply by Ryan Duclos, CSM [Perficient, Inc] - Wednesday, June 30, 2010 1:14 AM -
0 Votes
Horizontal Listbox and frozen column
Last year I helped someone with a horizontal type list that had the stationary headers on the left.Answered | 6 Replies | 3081 Views | Created by Jron667 - Thursday, July 4, 2013 8:29 AM | Last reply by Jron667 - Wednesday, July 10, 2013 2:40 PM -
0 Votes
How to display images horizontally
create a 2x10 table and put the images in there then use expressions to hide or display rows based on whether there are any pictures in themAnswered | 1 Replies | 5052 Views | Created by Anonymous4131 - Monday, November 1, 2010 10:20 AM | Last reply by Matt 205 GTi - Monday, November 1, 2010 3:49 PM -
0 Votes
How to display data in specified a ListBox?
Felip, You can clear the ListBox and iterate through the DataRows, or if you want to add some features (like not showing duplicate entries or sorting in a particular way) ...Answered | 2 Replies | 2144 Views | Created by Felipescc - Friday, August 24, 2012 10:17 PM | Last reply by Radhakrishnan Iyer - Saturday, August 25, 2012 4:01 AM -
1 Votes
How to add horizontal scrollbar into Forms 2.0 listbox control
It seems that actually there is no Win32 ListBox window associated with Forms 2.0 ListBox control.Answered | 5 Replies | 7480 Views | Created by DotNet_geek - Friday, August 8, 2008 2:47 AM | Last reply by OZone- - Wednesday, July 29, 2009 2:09 PM -
0 Votes
Display data horizontally instead of vertically
This is a simple query that groups data.Answered | 2 Replies | 1230 Views | Created by rbhatup - Tuesday, October 7, 2014 4:38 PM | Last reply by Visakh16 - Tuesday, October 7, 2014 6:13 PM -
0 Votes
Display Listbox items in text box
I have following data of commodities on the sheet.Answered | 3 Replies | 2180 Views | Created by russkris - Tuesday, November 22, 2016 3:13 AM | Last reply by russkris - Wednesday, November 23, 2016 6:49 PM -
1 Votes
After the mysql data item is displayed with the listboxitem, how do you search through the textbox and display the query results in the listbox?
You need to query data from mysql and converter to list<testclass>, then using IcollectionView to refresh data.Answered | 1 Replies | 526 Views | Created by iDontKnowEverything - Thursday, August 30, 2018 6:25 AM | Last reply by Cherry Bu - Friday, August 31, 2018 4:10 AM -
1 Votes
Horizontal Listbox with multiple rows
It was very helpful - I just need to expose some dependency properties for data binding now.Answered | 5 Replies | 4091 Views | Created by Console.WriteLine - Wednesday, December 24, 2008 3:47 AM | Last reply by Console.WriteLine - Saturday, December 27, 2008 3:43 PM -
0 Votes
how to display unicode character in listbox
hey dude can u tell me how to display all available characters in a list box in vb.net i do this with the help of the function ...Answered | 4 Replies | 7647 Views | Created by A.N.Arefin - Sunday, July 25, 2010 5:10 AM | Last reply by Louis.fr - Tuesday, January 25, 2011 8:38 AM -
1 Votes
ListBox with horizontal line(separator)
How can I hide the separator for last item?Answered | 8 Replies | 29961 Views | Created by kachesov - Friday, December 10, 2010 3:38 AM | Last reply by Sheldon _Xiao - Monday, December 20, 2010 3:59 AM -
4 Votes
How to get a horizontal SimpleListBox
Thanks, Lloyd, But I mean how to make an instance of SimpleListBoxe "Horizontal".Answered | 9 Replies | 632 Views | Created by Richard0012 - Monday, July 20, 2015 8:59 PM | Last reply by Andy ONeill - Sunday, July 26, 2015 9:05 AM -
0 Votes
How to center Listbox Items
Since you haven't posted any of your code we can only guess what the current XAML markup of your ListBox looks like but if you want to lay out the items in it horizontally and center ...Answered | 1 Replies | 1347 Views | Created by wakefun - Tuesday, March 25, 2014 8:17 PM | Last reply by Magnus (MM8) - Tuesday, March 25, 2014 8:27 PM -
1 Votes
ObservableCollection to horizontal "Stackpanel"
You can use a ListBox to shou items horizontally, to do that you need change the ItemsPanel: <ListBox ...Answered | 3 Replies | 4083 Views | Created by Jesper Odgaard Nielsen - Monday, August 31, 2009 12:26 PM | Last reply by Jay_Wang - Wednesday, September 2, 2009 1:11 PM -
0 Votes
How to display SSRS Reports parameters horizontally
If you had a native-mode deployment of SQL Reporting Services then you could use a Page Viewer web part to display the report and it would have the horizontal toolbar for parameters ...Answered | 2 Replies | 3707 Views | Created by Cool_Individual - Monday, December 17, 2012 8:54 PM | Last reply by Brent Tenney - Monday, December 17, 2012 9:45 PM -
0 Votes
Display values horizontally within a group
I was trying to display the data on SSRS just thinking that there may be a way to nicely present the data using SSRS controls.Answered | 2 Replies | 1740 Views | Created by Raminder - Friday, February 9, 2018 5:02 PM | Last reply by Raminder - Thursday, February 15, 2018 11:15 AM -
0 Votes
Sorting a List and then Displaying it in a Listbox.
var sorted = (from a in animals order by a.Name); //Sorts by the Name property No matter how i try and ...Answered | 4 Replies | 1251 Views | Created by AlotaVagina - Monday, March 31, 2014 2:54 PM | Last reply by AlotaVagina - Tuesday, April 1, 2014 1:28 AM -
0 Votes
listbox
So finally your problem is, you want your list box horizontally in your windows form.Answered | 6 Replies | 3280 Views | Created by eswar silverlight - Tuesday, August 17, 2010 12:10 PM | Last reply by Thuru V - Wednesday, August 18, 2010 10:55 AM -
1 Votes
ListBox DataTemplate - Displaying Image/Not displaying Image
When you are using string to specify the image, the converter does not know how to convert a null value.Answered | 6 Replies | 3559 Views | Created by ronan001 - Monday, January 14, 2013 4:55 PM | Last reply by Sheldon _Xiao - Wednesday, January 16, 2013 9:17 AM - Items 1 to 20 of 2845947 Next ›
No announcements