Home
|
Forums
|
Contact
|
Search
|
Syndication
[login]
[create account]
Saturday, November 30, 2024
slxdeveloper.com
Home
Search
Contact us
About slxdeveloper
Syndication
Community
Forums
(NEW!)
Newsletter Archive
Members
Your Profile
Submit Article
General
Administration
(6)
OLE DB Provider
Miscellaneous
(2)
Architect
VBScript
(9)
ActiveX Controls
(6)
How To's
(14)
.NET Extensions
(3)
External
OLE DB Provider
(12)
SLAPI (SlgxApi.dll)
SalesLogix COM
(1)
Web
ASP/ASP.NET
(2)
Web Services
Web Client
Downloads
Samples
(17)
Documentation
(7)
Utilities
(18)
Resources
SalesLogix
(3)
Programming
(1)
11/30/2024 12:34:35 AM
slxdeveloper.com Community Forums
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Architect Forums - Controls
Forum to discuss usage & tips for SalesLogix controls and other 3rd party ActiveX controls. View the
code of conduct
for posting guidelines.
Forums RSS Feed
Back to Forum List
|
Back to Controls
|
New Thread
View:
Dynamic
Flat
Tree
Search:
Author
Thread: ListView spacing and extra grid lines
Steve Knowles
Posts: 657
ListView spacing and extra grid lines
Posted: 02 Oct 07 8:42 AM
Hello all,
I am wondering if there is a way to get rid of extra rows if there are only a couple of records in the ListView. I have it next to a datagrid and would like it to look exactly the same - In the data grid if there are only a few rows the space below the records is blank. In the listview it fills in the blank space with blank rows (including grid lines).. Also the spacing in the listview is a touch closer together than the Datagrid so hoping I can control this also.
Thanks
[
Reply
][
Quote
]
Ryan Farley
Posts: 2265
Re: ListView spacing and extra grid lines
Posted: 02 Oct 07 11:25 AM
Really the only way to change that is to turn off the grid lines in the listview. It's either all or nothing.
[
Reply
][
Quote
]
Shawn O'Ferrall
Posts: 21
Re: ListView spacing and extra grid lines
Posted: 09 Apr 08 10:06 AM
I've been struggling with spacing in a listview control and just worked it out yesterday with SDK - a defect will be submitted as a result of our findings. Long story short, the spacing worked fine in 6.2, but got too narrow (perhaps 10 characters) in 7.2 to be useful (same form, no changes). Recreating the Listview in 7.2 had no effect.
In my scenario, I was using checkboxes with the item and the ViewStyle was vsList. The list was being loaded entirely through code. You can replicate the issue in architect at design time if you play with the item collections and various properties (after you have added items at design time). The workaround at the moment is as follows:
Add items to the list at design time – there must be items when the listview in instantiated so that it has some reference other than the default width. Then, when loading the list in code, DO NOT call the .Items.Clear method – this method appears to destory and reinstantiate the items collections and reverts the width back to default – instead I coded my own ‘clear’ as follows:
For i = 0 to lvCapacity.Items.Count - 1
lvCapacity.Items.Delete(0)
Next
Viola'.
[
Reply
][
Quote
]
Page 1 of 1
You can subscribe to receive a daily forum digest in your
user profile
. View the site
code of conduct
for posting guidelines.
Forum RSS Feed
-
Subscribe to the forum RSS feed to keep on top of the latest forum activity!
slxdeveloper.com is brought to you courtesy of
Ryan Farley
&
Customer FX Corporation
.
This site, and all contents herein, are Copyright © 2024 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.
code of conduct
|
page cache (param): 11/30/2024 1:32:38 AM