Giter Club home page Giter Club logo

unity-list-box's People

Contributors

jmcorallo avatar rowellkataan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

krazyl

unity-list-box's Issues

Possible bug

Hello mate.

I found this lines inside ListBoxControl.Start (line 367)

// RESIZE THE ITEM CONTAINER TO THE WIDTH OF THE SCROLL RECT
	if (ContainerRect != null)               
                ContainerRect.sizeDelta = new Vector2(ScrollRect.rect.width, ScrollRect.rect.height);

You are resizing also the height.

Suddenly, i noticed that my combobox wasn't scrolling properly. I say suddenly, because it was doing well untill 10 minutes ago.

I switched

ContainerRect.sizeDelta = new Vector2(ScrollRect.rect.width, ScrollRect.rect.height);

with

ContainerRect.sizeDelta = new Vector2(ScrollRect.rect.width, ContainerRect.rect.height);

and it is working fine.

Maybe I'm wrong, but maybe i found a bug :)

Best regards

ListBox multiple selection (mobile friendly)

Hi, its me again :)

Only a question: Is it possible to make multiple selection works without the needing of pressing CTRL?

I'm developing for a mobile app and it would be nice.

The approach i have thought is making the list permorms allways as if ctrl was pressed if a editor checkbox is selected (i.e. mobile friendly multiple selection)

Thanks for your time.

Adding Items to dropdown from code.

Hello mate,

First of all, thanks for the job with the mobile friendly multiple selection thing. Great job :)

Im having an issue with the DropdownListControl:

  • When i try to refer from code to the DropdownListControl component of the dropdown gameobject it returns null. It is normal since it havent any component called dropdownlistcontrol. It has one called "Dropdown", but i cant refer it from code.

  • Im doing the same with the combobox, and im having no problem with it.

Thanks for your time :)
Best regards.

Can't resize dropdown label.

Hello, and first of all thanks for your nice job with this project!

I'm having difficulties to resize the main label of the dropdown. The internal labels, ones that show the dropdown items those can be resized perfectly. But when i resize the Label that shows the selected item nothing happens.

I have a vertical layout set to child control size = true and child force expand = true, if i set this to false, the background of the label dissapears.

My question is: Is it possible to make the dropdown consistent with the vertical layout functionality?

Thanks for your time, and feel free to ask whatever you need to improve this project.

Best regards.

Can I customize the ListBox Item text somehow ?

Hello, and thank you very much for this package.
I was wondering if there is a way I can costumize the way the text appears for each item of the ListBox ?
Like choose the font size and family ?
I want to use it on something that will run at Windows PCs, and the default text gets too blurry at PC resolutions unfortunately, because it uses smaller font size stretched up instead of using a larger one.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.